Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 703 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 703 Bytes

Grade Calculator

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.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku