Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1020 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 1020 Bytes

Code Ponder

A Marketplace for Code Reviews

A project that I'm live coding daily on Twitch at 6pm CT.

Contributing

Anyone is welcome to contribute code or designs. Here's a walkthrough on how to add components to the ui package: https://youtu.be/WDk5O-yaoCQ

You can view the current figma mockup here and you can ask for edit permissions in this issue: benawad#2

Important links

Packages

  • server
    • GraphQL server built with Node.js, Typescript, Type-GraphQL, Redis, and PostgreSQL
  • web
    • Next.js React website using Typescript
  • ui
    • React Component library using Storybook
  • common
    • shared Typescript code between server and web