1
0
Fork 0
ARCHIVE: Whole number calculator that also displays the results in Roman Numerals.
Find a file
2015-11-02 11:20:57 -06:00
.gitignore Working calculator with basic functions 2015-11-01 22:36:49 -06:00
app.css Working calculator with basic functions 2015-11-01 22:36:49 -06:00
app.js Added roman numeral condition for <=0 || >= 5000 2015-11-02 11:20:57 -06:00
bower.json Added credits/header to page and repo to package.json 2015-11-02 11:13:08 -06:00
index.html Added roman numeral condition for <=0 || >= 5000 2015-11-02 11:20:57 -06:00
package.json Updated Readme, bower added as dep, postinstall runs bower install 2015-11-01 23:07:45 -06:00
README.md Hooked up roman computed property to stubbed function 2015-11-01 23:21:51 -06:00

Roman Numeral Calculator

Whole number calculator that also displays the results in Roman Numerals.

Utilizes Vue and Bootstrap Material Design.


Getting Started

  1. Clone this repository locally.
  2. While in the project directory, install dependencies with npm install (Get Node and npm here)
  3. Open index.html in your browser