Pokedex
This is a homework assignment from the Frontend Developer bootcamp at InfoShare Academy. The task included:
- fetching and displaying the list of pokemons from PokeApi
- creating a detailed pokemon card view
- saving pokemons in localStorage and displaying the saved cards
- creating components
- creating routes
- handling states
App built with:
Live site:
https://double-vee.github.io/pokedex
Screenshots:
Favorites:
Details:
List:
To run the app in the development mode:
- Clone the repo
- In the project directory, run
npm i && npm start