A simple pokedex app that utilizes React and the pokeapi
- Any stable release of NodeJS
Simply run an npm install
in the root folder and you should be able to use the app locally
To use the app locally, you can start the server at port 3000 with npm start
(the browser tab should open and reload automagically)
NOTE the app is responsive, so feel free to access it with a mobile device.
-
You can directly search for a pokemon by entering their pokedex-number or their name
-
You can sort the displayed pokemon by their name or pokedex-numbers
Run an npm test
in the root folder to execute the current tests