This project was bootstrapped with Create React App and consume data from PokeAPI.
**NB**: I purposely tried to copy the UI design from HealthDex that I found on dribbble while looking for inspiration. But I can guarantee that the implementation of the code is on my own, using the sources that I have listed below.
You can access deployed version of this app here.
-
Clone this repository
git clone https://github.com/indraarianggi/pokedex-react.git cd pokedex-react
-
Install the packages
npm install
-
Running the app locally
npm run start
Then open http://localhost:3000 to view it in the browser.