Skip to content

TimStewartJ/UCDScheduleBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UC Davis Schedule Builder

This is a website that will generate valid schedules based on whichever courses you wish to take at UC Davis.

Using this repo

This is build using react. npm is used to handle packages. Following are some useful commands:

npm install run this first

npm start builds and runs a local web server to test

npm deploy builds and pushes just the build to Github pages