This is the frontend for Clustria: a personalized, AI-powered cloud storage platform designed for productivity and neurodiverse users.
- Next.js 14 (App Router)
- Tailwind CSS
- TypeScript
npm install
npm run devStart editing from src/app/page.tsx.
src/components: Shared UI components.src/app: Routes and pages.src/app/api: API routes.
- Authentication UI
- File manager dashboard
- Smart search
- Reminder and productivity UI
After whole frontend is ready run
npm run buildto check error that may occur during production/deployment.