Client side JavaScript app: "Pokémon Encyclopedia" Pokedex
(http://pokemon.wikia.com/wiki/Pok%C3%A9dex).
All info about pokemons are available here http://pokeapi.co/
Featurs:
User of the app can be able to
-
check the list of pokemons
-
for every pokemon check its stats, moves etc.
-
add/remove a pokemon from the list "My pokemon"
-
browse through the list of "My pokemon"
-
check details of "My pokemon"
Used boilerplate: https://github.com/nolotz/react-simple-boilerplate
How to start:
npm install
npm start
http://localhost:3000