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: about 2 months ago
JSON representation

A tool to convert between Roman and Decimal numerals, built with AvaloniaUI, FuncUI (Elmish), and F#.

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.