Simple react application to create a TimeTable based only on your choice of subjects.
-
Visit timetables.cf
-
Wait until the application downloads all the timetable and schedule data from server, only then you will be able to see the dropdown list filled with subjects.
-
Search and choose your subjects from the list and the timetable will get updated accordingly. Once you have finalized the courses you can also download the time table using the download button.
-
It also shows you the clashes you might have between two courses which is really helpful while choosing electives.
-
Currently the Time Table Manager is limited to the courses offered at IIITD but can be extended for creating personal time table for students other than IIITD.
-
Clone this repo locally on your system using button on top right or by running
git clone https://github.com/itissandeep98/TimeTableManager.git
on your terminal -
Get inside the directory and run
yarn
ornpm install
to install all the required dependcies -
Once all the packages are installed run
yarn start
ornpm start
to start the development server.'
- THIS IS NOT AN OFFICIAL APP.
- I am open to suggestion. Feel free to create an
issue
or open aPR