Application can converter an arabic number to roman numeral and vs versa
Value Type | Input | Output |
---|---|---|
Blank input will return an error message | "" | not a valid input |
Add the value of all the symbols | 6 | VI |
Cannot take a number higher than 3,999 | 4,000 | value must be less than or equal to 3,999 |
Separate ones | 1 | I |
Separate tens | 10 | X |
Separate by fifty | 50 | L |
Separate hundreds | 100 | C |
Separate five hundreds | 500 | D |
Separate thousands | 1000 | M |
Input | Output |
---|---|
4 | IV |
9 | IX |
40 | XL |
90 | XC |
400 | CD |
900 | CM |
- Clone this repository to your machine
- In your terminal type "git clone (repository url)
- To open index.html file
- Click on the index.html file to open in your browser of choice
- You can also open with command line
- Windows -
start index.html
- Mac -
open index.html
- Windows -
- Run
npm run start
No known bugs
Feel free to contact me at elbelmonti@gmail.com
- HTML
- CSS
- Javascript/jQuery
- Bootstrap
Elrey Belmonti 💻 📖 🐛 🎨 |
Oscar Bartra 💻 🐛 |
Linda Luu 💻 📖 |
---|
This project follows the all-contributors specification.