Pokédex is a web application that can be used to find information and learn about Pokémon. It tells about the stats and abilities of the Pokémon's various species. This application uses data from PokeAPI, which is a complete and reliable Pokémon API. To provide a good experience for Pokemon lovers and general users.
Demolive_pokedex.mp4
- Choose to display each generation of Pokémon
- Either search by their name or numbe
- Responsive with all devices
- ReactJS
- Tailwind CSS
- React Router
- Zustand
- Axios
- Clone this repository :
git clone https://github.com/SupakunZ/Pokedex_App.git
- Navigate to the project folder and install dependencies :
cd Pokedex_App
npm install
- Launch the application in development mode :
npm run dev