We are migrating to React with more features and a refreshed new UI! Lookout for the react-migration
branch for more info!
This web app is made for SLIIT students of all years and all specializations. The timetables of most groups/batches of 2nd year have been added by volunteers.
Click here to scroll to section 👇
URL - https://timetableapp.netlify.app/
- Enter your name/nickname
- Select your batch/group from the available dropdown lists (only those groups that have been added will be displayed)
- You'll see the timetable for the current day and ongoing (current) lecture
- You don't need to enter the details again (the app saves everything in your browser as cookies)
You can contribute to the project on github. Here's how you can do it.
- Fork the repository
- Clone it on your local machine
- Create a branch which includes your name (i.e.
johndoe
orjohndoe-dark-mode
) - Write your code/make changes
- Review everything, commit and push to your branch on your forked repository
- Create a pull request from your branch to the
develop
branch on the base repository (⛔️ Do not create PR to the main branch) - That's all. Your contribution will be reviewed and merged with the main repository 🙌