A modern React + Vite project for the NEXTGEN agency portfolio.
- ⚡️ Vite for fast development and builds
- ⚛️ React with HMR
- 🎨 Tailwind CSS for utility-first styling
- 🌀 GSAP for advanced scroll and animation effects
- 🏃 Framer Motion for smooth UI transitions
- 🧩 shadcn/ui for accessible, customizable UI components
- 📁 Import alias: use
@/forsrc/imports (seetsconfig.jsonandvite.config.js) - 📄 ESLint for code quality
# Clone and run locally
git clone <YOUR REPO URL>
cd nextgen
npm install
npm run devsrc/pages/— Main pages (Home, Agence, Projects, etc.)src/components/— Reusable UI componentssrc/assets/— Images and static files
@/points tosrc/(configured intsconfig.jsonandvite.config.js)
- GSAP and Framer Motion are used for scroll-based and interactive animations.
- See
src/pages/Agence.jsxandsrc/pages/Page3ofAgence.jsxfor examples.
- shadcn/ui components can be added via CLI (
npx shadcn add ...) - See shadcn/ui docs for usage.
- Ready for Vercel or Netlify static hosting.
Harsh kumar Gupta