This is a timetable management system that allows users to create custom timetables and perform some added functions for manipulating the time like adding or removing faculty members etc.
Make sure you have node.js installed on your system
Watch the video to see the website in action.Video link here
To run this project locally follow the following steps:
- You can install the zip file of the project from here
- If you have Git installed, type the following command in your terminal:
git clone https://github.com/shaeelhashmi/Project-TMS
- Then run
cd Project-TMS
- Once in the project directory run:
npm install
to download the neccessary packages.
Once all the steps are completed,type the following command in your terminal:
npm start