https://github.com/moishinetzer/pokedex-api-react
React app that showcases a pokedex containing all of the pokemon. Pokemon can be viewed with more details
https://github.com/moishinetzer/pokedex-api-react
Last synced: about 1 year ago
JSON representation
React app that showcases a pokedex containing all of the pokemon. Pokemon can be viewed with more details
- Host: GitHub
- URL: https://github.com/moishinetzer/pokedex-api-react
- Owner: moishinetzer
- Created: 2021-01-16T20:26:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T20:28:36.000Z (over 5 years ago)
- Last Synced: 2025-04-04T20:43:14.269Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Pokedex API user
Simple react app that uses the pokeapi to fetch a list of pokemon and print them out on the screen.
Includes pagination that allows you to go to next and previous page results as they are limited per page.