Feel free to check out the finall result.
A simple converter of Arabic numbers to Roman ones. Written in TDD methodology using Jest and react-testing-library.
- React JS
- Jest JS
- react-testing-library
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