/pokedex

Practice purposes

Primary LanguageTypeScript

Digital Pokedex

VIDEO DEMO | WEB DEMO

The repository has 2 main projects: the frontend and backend.

This project is using prettier code style.

Frontend

Provides 3 views: Home, Details and My PokeDex.

Technologies

  • TypeScript
  • React
  • React Router

Backend

Serves the frontend itself and also provides a proxy that connects to and formats the content of the Poke API.

Technologies

  • TypeScript
  • NodeJS
  • ExpressJS

Build and run the entire repo

  • Build: From the root: $ yarn install && yarn build
  • Run: From the root: $ yarn start
  • Format code: From the root: $ yarn prettier

Disclaimer

This project is for practice and may not be supported in the future.

Jecsham Castillo 2021