This is a simple calculator that converts Arabic numbers to Roman numerals. I wrote the code with Test Driven Development
in mind. I used Jest
to test the code in addition with the React Testing Library
to test the React components.
Check out the Documentation of the used technologies:
Inside the project directory, you can run:
npm install
To install all the dependencies.
Then you can run:
npm run dev
To start the development server.
npm run dev
npm run build
npm run start
npm test
npm run lint
Feel free to message me if you have any questions.