Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpieve/romanconverter
A tool to convert between Roman and Decimal numerals, built with AvaloniaUI, FuncUI (Elmish), and F#.
https://github.com/dpieve/romanconverter
avaloniaui elmish fsharp funcui
Last synced: 4 days ago
JSON representation
A tool to convert between Roman and Decimal numerals, built with AvaloniaUI, FuncUI (Elmish), and F#.
- Host: GitHub
- URL: https://github.com/dpieve/romanconverter
- Owner: dpieve
- License: mit
- Created: 2024-12-04T23:35:23.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:49:49.000Z (2 months ago)
- Last Synced: 2025-02-01T04:43:10.684Z (4 days ago)
- Topics: avaloniaui, elmish, fsharp, funcui
- Language: F#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roman Numeral Converter
This tool allows you to convert Roman numerals to Decimal numbers and vice versa.
## Features:
- Roman to Decimal Conversion
- Decimal to Roman Conversion## Built With:
- AvaloniaUI: Cross-platform UI framework.
- FuncUI (Elmish): Functional UI programming.
- F#: Functional-first programming language.