Skip to content
Snippets Groups Projects

CSCE378 Project

  1. Intall Node.js version 20.5.0 or newer. https://nodejs.org/en/
  2. cd into project
  3. run npm install
  4. run npm start

Tasks:

  1. A user wants to be able to check their current GPA without clicking any buttons after running a degree audit.
    • Enter NUID into the field, choose a major, click “Run”
  2. A user will be able to maneuver to the ACE credits dropdown and will be able to figure out exactly which ACE credits they still need credit for to graduate.
    • Enter NUID into the field, choose a major, click “Run”, click “Ace Credits”
  3. A user is thinking about switching majors to a similar major after completing their sophomore year of college. They want to figure out how many credits they would currently have if they were to switch to that major. They also want to see how far along they would be in that degree major if they were to switch.
    • Enter NUID into the field, choose a different major, click “Run”, look at the graphs, or read the info box.

The task we want graded for depth of functionality is task 2.