Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 583 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 583 Bytes

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