PanosParalakis / roman-numerals

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 87.0%Language:JavaScript 12.6%Language:CSS 0.4%