- Features
- Quick Start
- Detailed Setup
- Project Structure
- Available Commands
- Configuration
- Deployment
- Troubleshooting
- Contributing
Core Stack:
- ⚡ Next.js 14 with App Router
- 🎨 Tailwind CSS + CSS Variables
- 📘 TypeScript
- 🛠️ Shadcn/ui components
- 🔄 React Server Components (RSC)
Key Integrations:
- 🌓 Next Themes (Dark/Light mode)
- 📝 React Hook Form + Zod validation
- 🎛️ Framer Motion animations
- 📊 Recharts for data visualization
- 🔊 Sonner toast notifications
- 📅 Date-fns for date handling
- Clone the repo:
git clone https://github.com/your-username/School-Fee-Management-System.git cd School-Fee-Management-System
# Install dependencies
pnpm install
# Generate TypeScript types
pnpm build:types
# Run development server
pnpm dev