Calculate the expected grade for your Open University honours degree.
Regular users can find the calculator here.
The instructions below will give you a copy of the project on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test and push
Clone the project
git clone https://github.com/RyanHx/ou-calculator.git
Install node packages
cd ou-calculator
npm i
Start dev server
npm run dev