A simple app listing all the pokemon in the Pokedex or a specific pokemon.
You can checkout the live demo
- Creat Ract App
- TailwindCSS (for styling)
- axios (for api request)
- custom-hooks
Clone this repo localy and install dependencies by running
npm install
then you can spin a local server by running:
npm start
or you can directly Preview and Edit on StackBlitz ⚡️
- Cache the search results and images
- add pagination
- implemetn search by name
- add other information like types, abilities, moves, etc.