A Pokedex web app built with React that allows users to search and explore various Pokémon.
- Search for Pokémon by name
- View detailed information about each Pokémon, including stats, abilities, and types
- Responsive design
To get the project up and running locally, follow these steps:
git clone https://github.com/KonyD/react-pokedex.git
Navigate into the project directory and install all dependencies using npm:
cd react-pokedex
npm install
npm run dev
This will open the app in your browser at http://localhost:5173
.
- React: For building the user interface.
- Vite: For providing a fast and optimized development environment.
- Pokemon Solid: The font used for the title.
- Poke API: The API used to fetch pokemon data.
This project is open-source and available under the MIT License.