Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.21 KB

File metadata and controls

17 lines (11 loc) · 1.21 KB

Web applications for the "Git & GitHub Study Jam" event

This monorepo project contains three sub-apps, building web applications for the "Git & GitHub Study Jam" event (organized by the Google Developer Student Clubs - HCMUTE).

The base of this project is from Turborepo Tailwind CSS starter.

Three sub-apps inside:

  • admin: a Next.js app with Tailwind CSS, allows the organizers to manage the activities.
  • participant: another Next.js app with Tailwind CSS, allows the participants to track the progress and marking results.
  • ggsheets-server: an Express app to fetch the Google Form submissions of the participants.

Besides that, there are three packages:

  • ui: a stub React component library with Tailwind CSS shared by both admin and participant applications.
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier).
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo.