Skip to content

rhodevanwyk/An_Unofficial_Pokemon_Archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Unofficial Pokémon Archive

A small React + Vite web app that lets you browse Pokémon cards and search the Pokédex. This repository powers the live site at https://an-unofficial-pokemon-archive.netlify.app.

Mockup Result

Summary

  • Minimal React app scaffolded with Vite.
  • Uses React 19, Vite, Tailwind CSS, and Framer Motion for animations.
  • Client-side UI components live under src/components (e.g., PokemonList.jsx, PokemonCard.jsx, SearchBar.jsx).

Features

  • Browse a grid of Pokémon.
  • Click a Pokémon to view details.
  • Search by name using the search bar with live filtering.
  • Responsive layout and simple animations.

Tech Stack

  • React (see package.json)
  • Vite (dev/build tooling)
  • Tailwind CSS (styling)
  • Framer Motion (animations)

API

Mockup Result2

Local Development

  1. Install dependencies:
npm install
  1. Run the dev server:
npm run dev

Open the site at the URL printed by Vite (usually http://localhost:5173).

  1. Build for production:
npm run build
  1. Preview the production build locally:
npm run preview

Project Structure

  • src/ — application source
    • assets/ — images and static assets
    • components/ — React components (PokemonList.jsx, PokemonCard.jsx, SearchBar.jsx)
    • App.jsx, main.jsx — app entry and bootstrapping
  • public/ — static public files
  • package.json — scripts and dependencies

License & Usage

This project is proprietary. See the repository LICENSE file for the full terms. In short: all rights reserved. Copying, redistributing, creating derived works, or otherwise using this code without explicit written permission from the copyright holder is prohibited.


About

An unofficial React application that consumes the PokéAPI to browse Pokémon, their stats, types etc...

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors