Skip to content

foxxycodes/next-roman-numeral-calculator

Repository files navigation

Roman Numeral Calculator

Description

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.

Tech-Stack

Check out the Documentation of the used technologies:

Getting Started

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.

Run Development Environment

npm run dev

Build for Production

npm run build

Run Production Environment

npm run start

Run Jest Tests

npm test

Run ESLint

npm run lint

Feel free to message me if you have any questions.

About

assessment task for a roman numeral calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published