Skip to content

gracelu0/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published