Mostly vibe-coded SPA for calculating uni grades with credit-weighted modules and weighted assignments, and sub-assignments.
- React with TypeScript
- Vite/bun build system
- Zustand for state management
- Tailwind CSS for styling
- Shadcn/neobrutalism.dev for UI components
- Clone the repository
- Install dependencies with
bun install - Run the development server with
bun devor build withbun build - Open your browser to
http://localhost:3000 - (Optional) import
/dummy_data.jsonto get started with pre-filled data
