Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 642 Bytes

Pokedex

Fetch them all with my app! Pokedex is a simple app that allows you to browse through all the Pokemon. You can search for a specific Pokemon by name or ID, or you can filter them by type. You can also see more details about each Pokemon by clicking on it. The app is fully responsive and works on all devices.

Technology

  • React.js
  • Typescript
  • SCSS
  • Redux

Setup

  • clone repository, and in the root directory, run
npm install

Run in Development

  • to start the development run
npm run start

Live