Go to file
2024-12-03 18:20:05 +08:00
src feat: enhance LoginForm component with FormControl and FormMessage for improved validation feedback 2024-12-03 18:20:05 +08:00
.eslintrc.json chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
.gitignore chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
components.json chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
LICENSE chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
next.config.ts feat: integrate Gitea API for user management and add error handling 2024-12-01 22:12:55 +08:00
package.json feat: add user management functionality with Gitea API integration and Zustand store 2024-12-03 15:57:31 +08:00
postcss.config.mjs chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
README.md chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
tailwind.config.ts chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00
tsconfig.json chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00

Judge4c

📝 Description

A full-stack, open-source online judge platform designed to elevate college programming education

🚀 Quick Start

git clone https://github.com/NGC2207/judge4c.git
cd judge4c
bun install
bun run dev