https://github.com/aibolik/roman-converter-app
Simple Roman Converter app
https://github.com/aibolik/roman-converter-app
Last synced: about 2 months ago
JSON representation
Simple Roman Converter app
- Host: GitHub
- URL: https://github.com/aibolik/roman-converter-app
- Owner: aibolik
- Created: 2021-01-08T23:00:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T21:18:51.000Z (over 4 years ago)
- Last Synced: 2025-02-15T05:27:58.573Z (4 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roman converter app
### Features
* [x] selector, to choose conversion type/direction: from Arabic to Roman numbers or from Roman to Arabic numbers
* [x] text input for Arabic/Roman number to convert from, which validates input, if it is a valid convertable number(<4000) or a valid Roman sequence.