A simple grade calculator app created with Javascript, HTML/CSS. Users can calculated their mean grade or weighted grade, and add as many entries as needed.
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/gracelu0/calculator.git # or clone your own fork
$ cd calculator
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or