Frontend for an internal management system built for coaching centers to manage daily operations.
The app uses a role-based system where Admin, Teacher, and Student each have their own dashboards to perform specific actions.
- Role-based authentication (Admin, Teacher, Student)
- Admin dashboard for managing students, teachers, batches, and fees
- Teacher dashboard for attendance-related actions
- Student dashboard to view personal info, batches, and attendance
- React
- Tailwind CSS
This project uses environment variables for configuration.
- Create a
.envfile using the example:
cp .env.example .env- Add your env values
git clone https://github.com/Nandini0409/ccms-frontend
npm install
npm run dev