Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 399 Bytes

File metadata and controls

14 lines (11 loc) · 399 Bytes

This was originally for an interview code challenge: https://github.com/Superformula/frontend-test

This is a refactored version using TypeScript and a few other things that I did not use in the initial version.

Tech stack

  • React (not CRA) w/ Hooks (16.11) w/ TypeScript (3.7)
  • SCSS w/ CSS-modules
  • Apollo / GraphQL

Current build process

  • npm install
  • npm run build
  • npm run dev