Roman numerals

github | live link

Built with: HTML, CSS, JAVASCRIPT

Want to convert a number to a roman numeral. Look no further. Enter your desired number (up to 5000) in the input box and click enter.

Pretty much converting an algorithm challenge into a project. Not all that much to it. The most fun was figuring out how the algorithm is supposed to work.