git clone https://github.com/Yanir-R/PokeAPI.git
npm i
npm start
ReactJS app that pulls data of Pokemons from Pokeapi,
allows you to browse pokemon & see more info about each pokemon & set a favorites/de-select the favorite pokemon.
- Pagination that display 10 pokemon pair page
- Favorites pokemon can be saved or delete from
localStorage
- Shows details about each pokemon
- Responsive Design
- Initially the application with your Browser at
http://localhost:3000/
- The first call is to the API to bring our list of pokemon.
- Switch pages to see more pokemon results.
- Add\Delete pokemon & you can see the saved pokemon at
localStorage
. - Hover on pokemon to see
Read More
button for more details about the pokemon.
I created the project to test my abilities without library help. I Wanted to create Pagination & API calls with only ReactJS
MIT © Yanir-r