I was bored, so I made this in 2 hours
A customizable React app for managing schedules, configurable via a JSON file, with contributions welcomed.
git clone https://github.com/prathamreet/timetable.git
cd timetable_folder
npm install
{
"dailyTime": "6:00 AM - 6:30 AM",
"dailySchedule": "study",
"holidayTime": "8:00 AM - 8:30 AM",
"holidaySchedule": "sleep"
}
npm start