React application using the data (https://raw.githubusercontent.com/Biuni/PokemonGO-Pokedex/master/pokedex.json) of the Pokémon and filtering by name and number.
The purpose of this application is to provide users with a Pokédex-like interface where they can explore information about different Pokémon. Users can search for Pokémon by name or number, and the application will display relevant details such as types, abilities, and base stats.
- Display information about different Pokémon.
- Filter Pokémon by name and number.
- View details such as types, abilities, and base stats for each Pokémon.
- React
- PokémonGO Pokédex JSON data
- SASS
To clone this project, you need to have node and npm installed globally on your machine.
npm install
npm start
localhost:3000/