Calculator
This app was made to practice using HTML, JS, and CSS. It showcases a page that has addition, subtraction, multiplication, and division forms. Once you fill them out, it does those problems for you.
Installation
Open Terminal and clone the repository.
$ cd Desktop
$ git clone https://github.com/noahramey/calculator.git
Navigate to the repository and open the html page:
$ cd calculator
$ open index.html
License
MIT License. Copyright © 2016 "Noah Ramey"