Skip to content

A program that helps university students develop their course schedules for their upcoming semester.

License

Notifications You must be signed in to change notification settings

Sarrez/Schedulix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedulix

Winner of the NightHacks hackathon's top category: "Best Advanced Hack"

Submission: Devpost

Table of Contents

Description

Schedulix is a program that helps university students develop their course schedules for their upcoming semester. It takes in the user's preferences and generates multiple schedules that fit the user's preferences. The program is written in JavaScript and uses the Node.js runtime environment.

Inspiration

Having to make our college schedule while being dually enrolled in high school is such a pain especially having to consider so many variables, so we thought why not be able to automate this all the while still keeping our meticulous preferences in our schedule and on top of that give us multiple options to choose from. Multiple choice schedules perfect for everyone!

Usage

  1. Clone the repository
  2. Run node main.js in the terminal (uses hardcoded preferences)
  3. Currently, the program hardcodes the preferences, but it will be updated to take user input in the future

Contributing

If you want to help out with our code, contributions are welcomed! Feel free to fork the repository and make a pull request with your changes so we can review them 👍. If you have any questions, feel free to contact us.

To-Do

  • Add user input
  • Add more preferences
  • Create a scraper to get course data from the university's website
  • Link the backend to the frontend

License

Unless otherwise specified, everything in this repository is covered by the MIT License.

About

A program that helps university students develop their course schedules for their upcoming semester.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.7%
  • Svelte 30.7%
  • HTML 1.3%
  • CSS 0.3%