This project is a basic pokemon catalog that has a browsable list of pokemon, depending on the pokemon type that you select. Also, you can check in more detail if you click on a pokemon.
Visit Pokemon Catalog to try the live version.
- React 16.13
- react-router 5.1
- react-router-dom 5.1
- create-react-app
- JavaScript ES6
-
Node.js installed You will need Node.js up to v8
-
System dependencies Windows/ Mac
Clone project and run:
npm install
npm start
This will launch the project on localhost:3000
Browse the list of pokemon, every time you want to see more details of pokemon in specific, just click on the pokemon. To filter pokemon by type, just select a category from the select dropdown above the pokemon's list.
Fork this repo and submit a PR for review and potential merge to the main branch. Feel free to leave feedback. 😄
If you want to use npm, run:
npm test
If you want yo use yarn, run:
yarn test
👨💻 Gabriela Cruz
-
Github @viricruz
-
email me at [email protected]
-
LinkedIn @viricruz
This project is MIT licensed.