This project was bootstrapped with Create React App.
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)
- Run
npm run start
No known bugs
Feel free to contact me at [email protected]
Create React App Styled Components