A react-redux single page application, where user can see the pokemons from different catagories. Also user can see the statistics for each pokemon.
- About the Project
- Installation
- Test
- Live Link
- Built With
- Potential Future Updates
- Contact
- Acknowledgements
In this project I have developed a single page application with react and redux libraries. App name is Pokemon Catalog, where user can browse and check Pokemons from different catagories.
App uses react router to route to different components. An external api service (PokeAPI) is used to get Pokemons data.
To run 'Pokemon Catalog' locally, clone the repository, navigate to it's directory.
git@github.com:alishabab/pokemon-catalog.git
cd pokemon-catalog
npm install
npm start
Now go to localhost:8000 in your browser.
To run unit test run npm test
in root directory.
- HTML/CSS
- React
- Redux
- Eslint
- Stylelint
- Jest
- ES6
- NPM
- Github
- Heroku for Live version deployment
- PokeAPI
- User account creation
- Adding Favourites
- Rendering Optimization
👤 Shabab Ali
Give a ⭐️ if you like this project!
This project is MIT licensed.