8000 GitHub - bjoern-sellnau/roman-numeral: A React Component to display a roman numeral converted from a given decimal number was done in a coding challenge for a job interview
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A React Component to display a roman numeral converted from a given decimal number was done in a coding challenge for a job interview

License

Notifications You must be signed in to change notification settings

bjoern-sellnau/roman-numeral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RomanNumeral React Component

the RomanNumeral React Component displays a Roman Numeral converted from the given decimalNumber prop.

usage

<RomanNumeral decimalNumber={36} />

this will output the following: <p>XXXVI</p>

the decimalNumber prop is required and it must be a number.

running

use yarn start to start the dev server

tests

use yarn test to run the unit tests

About

A React Component to display a roman numeral converted from a given decimal number was done in a coding challenge for a job interview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0