Contributors Forks Stargazers Issues


Pokemon Catlog

Pokemon Catalog

A react-redux single page application, where user can see the pokemons from different catagories. Also user can see the statistics for each pokemon.

Report Bug · Request Feature

Table of Contents

About The Project

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.

Live Link

Click here

Installation

To run 'Pokemon Catalog' locally, clone the repository, navigate to it's directory.

Follow these commands step by step:-

git@github.com:alishabab/pokemon-catalog.git
cd pokemon-catalog
npm install
npm start

Now go to localhost:8000 in your browser.

Test

To run unit test run npm test in root directory.

Built With

  • HTML/CSS
  • React
  • Redux
  • Eslint
  • Stylelint
  • Jest
  • ES6
  • NPM
  • Github
  • Heroku for Live version deployment
  • PokeAPI

Potential Future Updates

  • User account creation
  • Adding Favourites
  • Rendering Optimization

Authors

👤 Shabab Ali

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.