A clean and efficient admin dashboard for managing student records, including BMI calculations, built with the MERN stack + MySQL.
- Add, update, and delete students
- Automatically calculate BMI from height & weight
- Store email, phone, and blood group
- Secure login with JWT authentication
- Access-protected routes
- Clean, responsive UI with animations and light-themed design
| Layer | Technology |
|---|---|
| Frontend | React (Vite), Axios, CSS Modules |
| Backend | Node.js, Express.js |
| Database | MySQL (with normalized schema) |
| Auth | JWT, bcrypt |