Skip to content

jkchisolm/scope

Repository files navigation

Scope Cup Tracker

A simple web app for managing and tracking Scope Cup progress. Made for my own interest but hey maybe it'll be useful.

Tech

  • Express.js
  • React + TanStack router
  • Prisma ORM

Running this locally

  • Clone the repo
  • You'll need to add your own environment variables for API keys & stuff like that. Follow the .env.example in both the server & site directories (found under the apps directory). Don't start the app before doing this!
  • Development Mode Start the app by running pnpm dev at the top level! Alternatively, run the server by going into apps/server and running pnpm dev, or start the website by going into apps/site and running pnpm dev
  • Production Mode Start the app by running pnpm start at the top level! Alternatively, run the server by going into apps/server and running pnpm start, or start the website by going into apps/site and running pnpm start

To-Do/Checklist

✅ Completed
  • Create a new team
  • Adding activities (hangout, bounty, etc)
  • Attendance tracking
  • Viewing and adding rules
⌛ In progress
  • Editing rules (updating point values, deleting, etc)
  • Update team names, members, colors
  • Bounty generator/decider
  • Linking activities to members to view each member's impact
  • Optimizations
✋ Backlog
  • Team draft manager

About

scope

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages