This website was built for the college technical event Spectrum 2024
. This repo contains the frontend for the website.
🔗 Live Link: Spectrum 2024
- Next.js (14+) in TypeScript
- Tailwind CSS
- Framer Motion (for animations)
- React Query
Backend in Node.js
First, make sure you have Node.js installed on your machine.
To run the development server, navigate to the project directory and execute the following command:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.