Pokedex

Demonstration: https://pokedexdev.vercel.app/

This project is developed with:

  • React
  • styled-components
  • Redux

Running project with Docker

Run yarn docker to up container and run in http://localhost:3000.

Development

  • Run yarn to install dependencies.
  • Run yarn start to start project.

Open http://localhost:3000 to view it in your browser.

Testing

Run yarn test to test.