The official website for IIT Mandi's annual cultural fest, featuring a horror-themed interactive experience.
| Area | Technologies Used |
|---|---|
| Frontend | Next.js 14, TypeScript, Tailwind CSS, Framer Motion, Shadcn |
| Backend | Next.js API Routes, MongoDB |
| Services | UploadThing (File Storage) |
exodia-website/
├── app/ # Next.js app router
│ ├── api/ # Backend handlers
│ └── components/ # Reusable UI (FlipEventCard, HorrorTimer, etc.)
│ ├── contact/
│ ├── events/
│ ├── join/
│ ├── nidma/
│ ├── schedule/
│ ├── sponsors/
│ ├── teams/
│ ├── globals.css
│ ├── layout.tsx
│ ├── page.tsx
├── lib/ # Database models, utilities and hooks
├── node_modules/
├── public/ # Static assets
├── .env
├── .gitignore
├── components.json
├── eslint.config.json
├── next-env.d.ts
├── next.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── postcss.config.mjs
├── README.md
├── tailwind.config.js
└── tsconfig.json # Project previews
Note: This project was developed for IIT Mandi's Cultural Council.