Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 794 Bytes

README.MD

File metadata and controls

36 lines (24 loc) · 794 Bytes

PokéDex

A simple Pokémon catalogue, built with React, Material-UI and PokéAPI.

Tools used

  • View basic details of each Pokémon
  • Filter Pokémon based on Region and Type
  • Sort Pokémon by ID/Name
  • Search Pokémon by its Name/ID
  • Dark mode toggle
  • Scroll to top
  • Lazy loading of images
  • Responsive design

Snapshots

Built With

  • React
  • Material-UI
  • PokéAPI

To-do in future

  • Add favorites
  • Router for Pokemon details

Run locally

  • Clone this repo
  • Run npm install 'or yarn and after npm start or yarn start
  • The application opens in http://localhost:3000/ or any other available port