Skip to content

ElreyB/roman-numeral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numeral Converter: Epicodus exercise, 08.20.2017

roman-app

Description

Application can converter an arabic number to roman numeral and vs versa

Specs

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

Identify special characters to give correct output

Input Output
4 IV
9 IX
40 XL
90 XC
400 CD
900 CM

Setup/Installation Requirements

Development

  • 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
    • Run npm run start

Known Bugs 🐛🐛🐛

No known bugs

Support and contact details

Feel free to contact me at [email protected]

Technologies Used

  • HTML
  • CSS
  • Javascript/jQuery
  • Bootstrap

Contributors

Elrey Belmonti
Elrey Belmonti
💻 📖 🐛 🎨
Oscar Bartra
Oscar Bartra
💻 🐛
Linda Luu
Linda Luu
💻 📖

This project follows the all-contributors specification.