This Program will allow a user to enter a number and have it be displayed as a roman numeral!
Behavior | Input | Output |
---|---|---|
User enters 1 and gets back I | 1 | I |
user can enter a num from 1-10 and get back the right number | 6 | VI |
user can enter a num from 11-100 and get back the right number | 66 | LXVI |
user can enter a num from 101-1000 and get back the right number | 1066 | MLXVI |
- Open up your terminal.
- Navigate to the desired directory in which you want to clone this repository.
- Clone this repository.
- Open the repository.
- Drag the html file into your broswer.
or enjoy it on Netlyfy
There are no known bugs at this time.
If you have any questions, comments, or concerns, feel free to contact the content creator at settels.eric@gmail.com
- Add Further Stylizing
- Add More Planets
- Add Transitions Between different views
-
JavaScript
-
jQuery
-
HTML
-
CSS
-
Bootstrap
-
Visual Studio Code
-
GitBash
Copyright (c) 2020 Roman Numerals