This is a Next.js frontend project built to showcase and manage the college fest events of Narula Institute of Technology. Students can explore ongoing events, check rules, get live updates, and enroll via Google Forms directly.
- 📅 Browse all active events in the college fest
- 📝 Enroll in events via redirection to official Google Forms
- 📜 View event descriptions, rules, and instructions
- 🏆 Check the list of winners once events are over
- 💞 Well responsiveness to use website in small devices as well
- 🛎️ Receive real-time updates and notices on specific events
Next.js— React framework for SSR and routingTailwind CSS— For styling and responsivenessVercel Hosting— For deploymentGoogle Forms— For user event registration
├── app/ │ ├── page.tsx ← Homepage with event list │ ├── events/[id]/page.tsx ← Event details page │ └── layout.tsx ← Common layout component ├── public/ ← Static assets (logos, icons, etc.) ├── styles/ ← Global styles and tailwind config ├── utils/ ← Helper functions (optional) └── README.html ← This file
- Clone the repository:
git clone https://github.com/your-repo/college-fest - Navigate into the project folder:
cd college-fest - Install dependencies:
npm install - Run the dev server:
npm run dev - Open
http://localhost:3000to view it in the browser
- Add admin dashboard to update events dynamically
- Integrate Firebase/Notion backend for real-time updates
- Add a countdown timer and calendar-based event view
- Push notifications for new updates
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
