A modern web app built with React and Vite.
- Frontend Framework: React 18
- Build Tool: Vite 6
- Routing: React Router DOM 6
- 3D Graphics: Three.js (via React Three Fiber)
- Animation: Framer Motion
- UI Components:
- Sonner for toast notifications
- React Rewards for confetti animations
- Analytics: Vercel Analytics
- Development Tools:
- ESLint for code linting
- TypeScript support
- Fast Refresh for development
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build