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-appnpm installnpm run dev
To test the app run the following command:
npm run test