/roman-converter

A resource to convert a number into roman.

Primary LanguageJavaScriptMIT LicenseMIT

Roman Numeral Converter

I've created a Roman Numeral Converter since I've wanted to start using ES6 modules in a project from start to finish and to practice testing my own code.

I've took the code that I've wrote for the Roman Numeral Converter project, part of JavaScript Algorithms and Data Structures Certification curriculum and I've also implemented an UI and added more functionality. You can check the live example here. For unit testing I've used Jest.

How To Use It

Installation

  1. Clone the repository: git clone https://github.com/alexandracaulea/roman-converter.git
  2. Go to the project: cd roman-converter
  3. Install project dependencies by running: npm install

Using this repository

  1. For the development run: npm run dev
  2. To build run: npm run build
  3. To run tests: npm run test
  4. To watch the tests: npm run testWatch

Live Example

Live example on GitHub

Credit

  1. Pillar column by Clker-Free-Vector-Images.

  2. Day Roman Font by Apostrophic Labs.