The Integer To Roman Calculator app is a next js app that allows user to convert an integer number to a roman numeral.
- Clone this repo by running
git clone https://github.com/shinite/integer-to-roman-calculator.git
cd with-jest-app
npm install
npm run dev
To test the app run the following command:
npm run test