stanleychh / roman-numerals-converter

A converter between integer and roman numerals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roman Numerals Converter Web application

This is a roman numerals converter web application which was implemented by React hooks.

  • User is able enter a roman numerals then see the converted integer immediately.

Installation and Setup Instructions

Example:

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000

To Run Test Suite:

npm test

External Library

Unit Test Library

Unit Coverage

  • PASS src/utils/helper.test.js
  • PASS src/Components/Converter/Converter.test.jsx

Test Suites: 2 passed, 2 total Tests: 7 passed, 7 total Snapshots: 0 total Time: 1.86s

TODO

This is a very brief list of things that I would love to work on given more time:

  • Improve the user interface, make it looks even better.
  • Increase unit test coverage.

Authors

Stanley Hsu

About

A converter between integer and roman numerals


Languages

Language:JavaScript 81.8%Language:HTML 11.6%Language:CSS 6.6%