Another pokedex app.

Technology used :

To do:

  • Configure Webpack and App Architecture
  • Infinite Scroll list of pokemon
  • Pokemon details page
  • Filter pokemon by types
  • Adaptive Web Design
  • Deploy to Zeit

Nice To Have:

  • Multiple filter item
  • Handle when no pokemon shown on first fetching with filter on rare types
  • Colorize pokemon types (like Badge)

Live Demo

https://pokedex-base.now.sh Deployed using https://zeit.co/

Available Scripts

In the project directory, you can run:

npm install or yarn install

Install dependency

npm start or yarn start

Runs the app in the development mode. Open http://localhost:9000 in browser to view the project.

npm build or yarn build

Builds the app for production to the public folder.