Skip to content

mateuszkornecki/roman-converter-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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