jecsham / pokedex

Practice purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Practice purposes


Languages

Language:TypeScript 88.6%Language:HTML 9.9%Language:Shell 1.4%Language:CSS 0.1%