This project is a test of development knowledge in React-Redux .
Using PokeAPI v2 we implement a lot of patterns and adiciontal libraries making a Pokedex with the follow features:
- List all pokemons with filter by name, Dex ID and per Type.
- Manage my own Pokedex Library by adding and removing Pokemons
- Show detailed information of a selected Pokemon such as:
- Name
- Image
- Evolution chain
- Abilities and show short effects
- Types
- Stats info
TODO
- Custom Pokemon image upload
Just run yarn install
and npm start
, no addictional actions required.
You have 3 options
npm test
yarn test
jest