Skip to content

prathamreet/timetable

Repository files navigation

Timetable & Schedule App

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.


🚀 Quick Start

Clone the Repository

git clone https://github.com/prathamreet/timetable.git

Installation

cd timetable_folder
npm install

Customization

To customize your schedule, edit the timetable.json file with the following format:
{
    "dailyTime": "6:00 AM - 6:30 AM",
    "dailySchedule": "study",
    "holidayTime": "8:00 AM - 8:30 AM",
    "holidaySchedule": "sleep"
}

Start

npm start