A modern web application for students to track attendance and plan bunks strategically.
- User Authentication - Secure login and registration
- Subject Management - Add subjects with custom attendance targets
- Smart Calculations - Real-time bunk calculations and attendance tracking
- Beautiful UI - Modern dark theme with smooth animations
- Leaderboard - Competitive bunking rankings
- Full CRUD - Edit/delete subjects, update attendance
- Statistics Dashboard - Visual attendance overview
Frontend:
- React 19 with Vite
- Tailwind CSS for styling
- Axios for API calls
- React Router for navigation
Backend:
- Node.js with Express
- MongoDB with Mongoose
- JWT Authentication
- bcrypt for password hashing
- cd backend
- npm install
- npm run dev
- cd frontend
- npm install
- npm run dev
Feel free to submit issues and feature requests!
This project is open source