A Teacher Dashboard for schools and colleges that simplifies class scheduling, room management, and floor allocation.
With this dashboard, teachers can easily: ✅ Schedule classes ✅ Choose available floors & rooms ✅ View room availability in real time
-
Class Scheduling
- Teachers can schedule classes with date, time, and subject.
-
Room & Floor Selection
- Select specific floors and rooms for scheduled classes.
-
Room Availability
- Instantly check which rooms are free or occupied.
-
Conflict Prevention
- Avoid double-booking by showing clashes in real time.
-
User-Friendly Dashboard
- Simple, clean interface for teachers to manage schedules easily.
- Frontend: React.js (Tailwind CSS / Material UI for design)
- Backend: Node.js / Express (or Django/Flask if Python)
- Database: MongoDB / PostgreSQL
- Calendar / Scheduling: FullCalendar.js (or custom calendar logic)
# Clone the repository
git clone https://github.com/Adarsh-Me/Managment-Dashboard.git
# Move into the project folder
cd Managment-Dashboard
# Install dependencies
npm install # or pip install -r requirements.txt if Python-based
# Start the development server
npm start- Login as Teacher.
- Navigate to Schedule Class.
- Choose floor & room from available options.
- Confirm booking → Room is marked as occupied.
- Teachers can view upcoming classes & availability at any time.
- Student-side view for checking upcoming classes.
- Admin panel for adding/removing rooms & floors.
- Notifications/reminders for scheduled classes.
- Integration with Google Calendar / Outlook.
Contributions are welcome!


