PokeDex is a web application developed using React and PokeAPI to display information about Pokémon.
- Search: Search for Pokémon by name or ID.
- Details: View detailed information about each Pokémon, including abilities, types, and stats.
- React
- PokeAPI
- HTML/CSS
- JavaScript
Sometines the pokemons take time to load, therefore the search function may not work.
-
Clone the repository: git clone https://github.com/naikviraj/PokeDex.git
-
Navigate into the project directory: cd PokeDex
-
Install dependencies: npm install
-
Start the development server:
-
Open
http://localhost:3000
in your web browser.