devinroche / schedulebuilder-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schedule Builder (NextJS Build)

Reacreation of angular schedule builder using nextjs. this allows gonzaga students to generate all possible schedules given a list of upcoming classes.

There are over 10,000,000 possible schedules for students to pick from. This is a mess when it comes to registration. This causes a lot of stress for students!

high stress

getting started

you will need to run both the backend and frontend repositories to use this project

backend

  1. git clone https://github.com/tdurnford/ScheduleBuilderBackend
  2. npm install
  3. npm start

frontend

  1. git clone https://github.com/devinroche/schedulebuilder-next
  2. npm install
  3. npm start

built using

to-do

  • generate classes based on selected classes from search bar
  • add blocks to schedule
  • write tests!!
  • take out unwanted professors

team

About


Languages

Language:JavaScript 100.0%