Modern website for the Langara Hacks 2025 hackathon event built with React, TypeScript, and motion.dev animations.
- React 18 + TypeScript
- Vite
- Tailwind CSS v4
- motion.dev
- shadcn/ui
# Clone and install
git clone https://github.com/yourusername/lhacks2025.git
cd lhacks2025
npm install
# Start development server
npm run dev
npm run dev
- Development servernpm run build
- Production buildnpm run preview
- Preview buildnpm run lint
- Run ESLint
src/
├── components/
│ ├── motion/AnimatedSection.tsx
│ ├── ui/ # shadcn components
│ ├── AboutSection.tsx
│ ├── FAQSection.tsx
│ ├── Footer.tsx
│ ├── HeroSection.tsx
│ ├── Navigation.tsx
│ └── ProjectsSection.tsx
├── lib/utils.ts
├── App.tsx
├── index.css
└── main.tsx
- Instagram: @langaracpsc