Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.28 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.28 KB

Pokemon React App

Pokemon App is a React web application where you can navigate the details of the different pokemon by clicking on the list of 50 pokemons displayed per page. It has the favourite functionality with which you can favourite your pokemon by clicking on.

snapshot

pokemon

live demo

Pokemon React App Demo

This project was bootstrapped with Create React App.

Features

  • A list of 50 pokemons showing per page.
  • You can add and remove a Pokemon from favourites by clicking on the Heart icon.
  • When a pokemon is clicked you can see the details of the pokemon.
  • You can navigate back to the previous page by clicking on the back button or the logo.

Potential Features

  • Responsive layout.
  • Favourite your Pokemon.
  • Tests for Listing and Detail

Built with

  • React
  • HTML
  • CSS
  • JavaScript/ES6
  • Typescript
  • React Hooks
  • React Router
  • Redux
  • React Redux
  • Pokeapi
  • Netlify

Prerequisites

  • Node
  • Npm

Setup

  • git clone https://github.com/varungujjar/pokemon-app.git
  • cd pokemon-app
  • npm install
  • npm run start

Unit Tests

  • npm test

Authors

👤 Varun Gujjar

📝 License

This project is Apache licensed.