This is a fullstack web app to schedule classrooms based on user input class timings using a heap-based allocation algorithm in Python Flask backend and React frontend.
- Enter multiple classes with start and end times (hour and minute)
- Efficiently assign minimum number of rooms needed
- Displays class to room assignments dynamically
- Backend: Flask, Python
- Frontend: React, Axios
- Local development with Vite