Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 972 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 972 Bytes

Pokedex React


Live Demo can be found here.

About

Pokedex React is a pokedex web app project made with React/Redux. The pokemon data is served with PokeAPI. The project was bootstrapped with Create React App v3.4.0.

Pokedex React Screenshot

Features

Features include:

  • Navigable pokemon pages using React-Router.
  • Pokemon pages filled with information such as descriptions, evolution chains, and battle stats displayed using Chart.js.
  • Search pokemon by name with autocomplete and by type with Type filter.
  • Guess Who mini-game using HTML5 Canvas.
  • Mobile-friendly

To-Do Features

  • Filter by Region
  • Filter by Moves
  • Expand Type filter
  • Add transition animations
  • Compare Pokemon Stats