This miniproject is made for Tokopedia Project Assignment.
PokePedia is a single web application with three features:
- Pokemon List : List of Pokemons
- Pokemon Details : Details of selected Pokemon, has a button to "Catch Pokemon"
- My Captured Pokemon : List of name Pokemons we captured. This miniproject using an open source PokeAPI.
Credit for PokeBall : Icons made by Roundicons Freebies from www.flaticon.com
Hosted on Heroku >> Demo here.
Library | Version |
---|---|
React | 16.13.1 |
Axios | 0.21.1 |
Material UI (for Icon) | 4.12.3 |
Emotion (CSS) | 11.3.0 |
-
Download this project (from master branch).
-
Run this code to install dependencies.
npm install
-
Run react on localhost.
npm run start
or
yarn start
-
Open http://localhost:3000 to view it in the browser.