/roman-numerals-converter

Modern Roman numerals are written by expressing each digit separately starting with the left most digit and skipping any digit with a value of zero. For example, in Roman numerals 1990 is rendered: 1000=M, 900=CM, 90=XC; resulting in MCMXC. 2008 is written as 2000=MM, 8=VIII; or MMVIII.

Primary LanguageTypeScriptMIT LicenseMIT

This project was bootstrapped with Create React App.

Available Scripts

yarn

to install dependencies, execute the command yarn in the root directory

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

converter flow

Login flow]

arabic to roman

Login flow]

roman to arabic

Login flow]