12 lines
377 B
Markdown
12 lines
377 B
Markdown
# 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](https://nodejs.org/en/download/))
|
|
3. Open `index.html` in your browser
|