/timetable-app

Timetable app for SLIIT students of all years

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Build status: Netlify Status

MAJOR PROJECT UPDATE!

We are migrating to React with more features and a refreshed new UI! Lookout for the react-migration branch for more info!

Timetable App (for SLIIT students)

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.

How to contribute to the app?

Click here to scroll to section 👇

Screenshot of the final webapp

URL - https://timetableapp.netlify.app/

image

How to use 👇

  1. Enter your name/nickname
  2. Select your batch/group from the available dropdown lists (only those groups that have been added will be displayed)
  3. You'll see the timetable for the current day and ongoing (current) lecture
  4. You don't need to enter the details again (the app saves everything in your browser as cookies)

How to contribute? 🤝

You can contribute to the project on github. Here's how you can do it.

  1. Fork the repository
  2. Clone it on your local machine
  3. Create a branch which includes your name (i.e. johndoe or johndoe-dark-mode)
  4. Write your code/make changes
  5. Review everything, commit and push to your branch on your forked repository
  6. Create a pull request from your branch to the develop branch on the base repository (⛔️ Do not create PR to the main branch)
  7. That's all. Your contribution will be reviewed and merged with the main repository 🙌