The official Student Activity Centre (SAC) landing page for Indian Institute of Information Technology, Nagpur (IIITN).
This project is a modern, responsive, and highly interactive web application built to showcase the clubs, events, fests, and campus life at IIIT Nagpur. The design features a premium neo-brutalist aesthetic with custom typography, stagger animations, and smooth Framer Motion interactions.
- Framework: React 19 + Vite
- Styling: Tailwind CSS v4
- Animations: Framer Motion
- Architecture: Component-driven, Frontend-only
The source code is located in the /frontend_v2 directory.
src/components/— Modular React UI sections (Hero, Navbar, Fests, Announcements, Campus Highlights, etc.)src/index.css— Custom neo-brutalist design system layout and variables.
- Node.js (v18+)
-
Clone the repository
git clone https://github.com/elevate-iiitn/SAC.git cd SAC/frontend_v2 -
Install dependencies
npm install
-
Run the development server
npm run dev
The site will be available at
http://localhost:5173.
To generate a production-ready build:
npm run buildThis will output optimized static files into the dist directory.