An open API service indexing awesome lists of open source software.

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.

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
Roman Numeral Converter

## 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).