This is a pokedex that was built using ReactJS. This is the perfect project for a complete front-end app, as the pokedex relies entirely on a well built UI and fetching a pokemon API. As this is a recent project, I have only implemented the first 151 pokemon, but as I continue working on this project, I will implement new features and new pokemon. Stay tuned!
This project was bootstrapped by create-react-app and runs react-scripts. These instructions provide you a way to install a pokedex on your local machine as well as scripts to test and build the project for deployment
Start:
npm start
Test:
npm run test
Build:
npm run build
- ReactJS - The UI framework used
- NPM - Dependency Management
- Prop-Types - Type Checking
- Bryan Boubion - Initial work - Pokedex
This project is licensed under the MIT License - see the LICENSE.md file for details
Shout out to this medium post for the jumpstart: https://blog.cloudboost.io/lets-build-a-pokedex-with-react-part-1-e1ba0b9387a7