A modern, fullstack, and highly customizable Next.js 14 application powered by TypeScript, TailwindCSS, Express, and MongoDB — designed for scalability, performance, and developer experience.
- ⚡ Fullstack Architecture – Next.js frontend with Express backend
- 🎨 Modern UI – TailwindCSS + Radix UI + Lucide Icons
- 🔐 Authentication & Authorization – JWT-based secure system
- 🛡 Security – Helmet, Rate Limiting, and CORS setup
- 📦 Reusable Components – Scalable UI structure
- 📊 Charts & Analytics – Recharts integration
- 📅 Date Handling – Powered by date-fns
- 📄 PDF Export – Generate documents with jsPDF
- 🖼 File Uploads – Multer-powered file management
- 🌓 Theme Switching – Dark/Light mode with next-themes
- ✅ Form Handling – React Hook Form + Zod validation




# Clone the repo
git clone https://github.com/username/my-v0-project.git
cd my-v0-project
npm install
cp .env.example .env
npm run dev
MONGODB_URI=your_mongo_uri
JWT_SECRET=your_jwt_secret
NEXT_PUBLIC_API_URL=http://localhost:5000