A simple pokedex App made with React, shows all the pokemons provided by https://pokeapi.co/
Clone the project
git clone https://github.com/SmartByt3r/Pokedex.git
Go to the project directory
cd Pokedex
Install dependencies
npm install
Start the server
npm run start
To run tests, run the following command
npm run test