https://github.com/mrhrifat/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.
https://github.com/mrhrifat/roman-numeral
javascript numerals-conversion react react-js reactjs roman roman-number-converter roman-numeral-converter roman-numerals roman-numerals-coverter
Last synced: about 15 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mrhrifat/roman-numeral
- Owner: mrhrifat
- License: gpl-3.0
- Created: 2021-12-10T16:44:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T08:32:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T21:20:59.607Z (7 months ago)
- Topics: javascript, numerals-conversion, react, react-js, reactjs, roman, roman-number-converter, roman-numeral-converter, roman-numerals, roman-numerals-coverter
- Language: JavaScript
- Homepage: https://romannumeral.netlify.app
- Size: 442 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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
- Live
- [Roman Numeral](https://romannumeral.netlify.app)
- View Here
Click to expand
![]()
## How to use
- Go to [Roman Numeral](https://romannumeral.netlify.app)
- Enter number in input field.
- Click on button/enter to get Roman Numeral.## License
This project is licensed under [GPL-3.0](https://github.com/mrhrifat/roman-numeral/blob/master/LICENSE.md).