The frontend for WatCourses, a website to help undergraduate students at the University of Waterloo plan their degrees. The website is located at watcourses.com.
Clone the repo
$ git clone https://github.com/WatCoursePlanner/frontend.git
$ cd frontendInstall dependencies and get it running
$ yarn
$ yarn startThe app will be running at http://localhost:3000
To build, run
$ yarn buildThis program is licensed under AGPLv3.