Pokedex is app showing list of pokemons and theit details.
Report Bug
In this project I've learned:
- Async calls using browser fetch api
- Implementation of Pagination
- React query basics
- complex conditional rendering
- Clone the repo
git clone https://github.com/piotrglodek/pokemon.git
- Install NPM packages
npm install
- Start server
npm start
Distributed under the MIT License.