A modern, minimal, and responsive web application built using Next.js, TypeScript, and Tailwind CSS.
- ⚛️ Next.js – React framework with SSR, SSG, and API support
- 🟦 TypeScript – Static typing to catch bugs early
- 🎨 Tailwind CSS – Utility-first CSS for modern UI
- 🌀 Framer Motion – Smooth animations that wow
- 🔥 Heroicons – Beautiful, clean SVG icons
- 🚀 Lightning-fast performance (SSR + SSG)
- 📱 Fully responsive layout
- ♿ Accessible & SEO-optimized
- 🧱 Reusable components
- 🔐 Type-safe and maintainable
- 🎥 Page transitions with Framer Motion
Clone the repo and install dependencies:
git clone https://github.com/spice-nitj/spice2k25.git
cd spice-website
# Install dependencies
npm install
# or
yarn install
#Run App
npm run dev
# or
yarn dev
🔧 Customization
Update global styles in styles/globals.css
Customize the Tailwind theme in tailwind.config.ts
Add SEO meta tags inside pages/_document.tsx
Swap in your own logos/images in /public