Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 611 Bytes

Roman Converter TDD 💱️

Feel free to check out the finall result.

About the project

A simple converter of Arabic numbers to Roman ones. Written in TDD methodology using Jest and react-testing-library.

Tools and technologies I've used

  • React JS
  • Jest JS
  • react-testing-library

To run the website locally

Requirements:

  • node.js (npm)

To start app in development mode, just run:
npm start

To run all tests:
npm test

To publish you page using github pages use:
npm run deploy