Skip to content

A JavaScript function that converts a number into a Roman Numeral.

Notifications You must be signed in to change notification settings

PanosParalakis/roman-numerals

Repository files navigation

Roman Numerals Generator

This is the result for a coding exercise that required to write a JavaScript function that converts a number into a Roman Numeral.

Getting Started

First, make sure that you are using the minimum node version as defined at .nvmrc file: If you are using nvm you can just run

nvm use

Install all dependencies

npm install

Run node version using your terminal

node romanNumeralCalculator.mjs

Start development server to view in browser

npm run dev

Run unit tests

npm test

About

A JavaScript function that converts a number into a Roman Numeral.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published