Skip to main content

Frontend Overview

The app is a React 18 SPA: TypeScript, Vite, Tailwind CSS, Framer Motion, React Router, Axios (with cookie support).

Layout: frontend/src/main.tsx, App.tsx, routes/ (page components), components/ (common, Admin, Account, etc.), hooks/, lib/, contexts/, types/, utils/.

Routes: / (Landing), /register, /login, /dashboard, /account, /application, /join-team, /social, /settings, /admin, /staff/* (registration, events, tasks), /profile/:userId.


Related: User dashboard, Staff dashboard