Skip to content

jon-braz/roman-numeral-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numerals converter assignment (Jon Braz)

(This project was bootstrapped with Create React App.)

I've created a simple converter between Roman Numerals and Arabic Integers.

Assumptions:

  • Only handles integers from 1 to 3999 (numerals outside this range aren't standardized)
  • Error messages are present but relatively simple
  • Targeting schoolchildren old enough to have a decent vocabulary for instructions / error messages
  • Tests were written for the RomanNumerals helper only

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
For this assignment, I've written tests for the RomanNumerals helper only.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published