ARCHIVE: Whole number calculator that also displays the results in Roman Numerals.
.gitignore | ||
app.css | ||
app.js | ||
bower.json | ||
index.html | ||
package.json | ||
README.md |
Roman Numeral Calculator
Whole number calculator that also displays the results in Roman Numerals.
Utilizes Vue and Bootstrap Material Design.
Getting Started
- Clone this repository locally.
- While in the project directory, install dependencies with
npm install
(Get Node and npm here) - Open
index.html
in your browser