Go to file
ngc2207 5f427a5032 feat(dashboard): integrate SessionProvider and update NavUser for session data
- Integrated `SessionProvider` from `next-auth/react` to manage user sessions.
- Updated `AppSidebar` to use `SessionProvider` and reflect user data.
- Modified `NavUser` to display user info based on session, with default fallback.
2024-12-09 13:15:59 +08:00
public fix(style): use local image for Gitea OAuth provider logo 2024-12-09 00:18:19 +08:00
src feat(dashboard): integrate SessionProvider and update NavUser for session data 2024-12-09 13:15:59 +08:00
.eslintrc.json chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
.gitignore chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
components.json chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
LICENSE chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
next.config.ts chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
package.json feat(dashboard): add shadcn sidebar-08 2024-12-07 22:06:25 +08:00
postcss.config.mjs chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
README.md chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +08:00
tailwind.config.ts feat(dashboard): add shadcn sidebar-08 2024-12-07 22:06:25 +08:00
tsconfig.json chore: initialize Next.js project with shadcn 2024-12-07 13:56:20 +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