Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 857 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 857 Bytes

Roman Numeral

Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. This is an ReactJS application of Natural Number to Roman Numeral conversion.

Features

  • Entered number will converted to Roman Numeral.
  • Get Roman Numeral with Button.
  • Get Roman Numeral with Enter Key press.

Demo

How to use

  • Go to Roman Numeral
  • Enter number in input field.
  • Click on button/enter to get Roman Numeral.

License

This project is licensed under GPL-3.0.