A webapp for planning which courses to take and which year to take them in.
Development Live Server (takes a minute to load): http://course-planner-kevin.herokuapp.com/
npm install
npm install -g karma-cli
karma start
Go to test/ folder.
Add a js file like so nameOfFileSpec.js. Always have Spec at the end of the file.