Skip to content

TK-code202/RomanNumeral-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numeral Converter

This application coverts arabic numerals into roman numerals.

By Tofunmi Kusimo

Technologies Used

  • GIT
  • HTML5
  • CSS3
  • BOOTSTRAP 4.5.3
  • Javascript and jQuery

Description

The application converts numbers (arabic numerals) into Roman Numerals according to each number's place of value. The convertible number range is 1-3999.

Setup/Installation Requirements

  • Clone this repository to your desktop
  • Navigate to the top level of the directory
  • Open the index.html file in your browser.

Test Driven Development

  • Describe: convertNumeral()

1 Test: "It will ensure numbers are within the range of 1-3999."

  • Code: convertNumeral("-5");
  • Expected Output: "Invalid"

2 Test: "It will identify numbers with roman numerals according to place values.

  • Code: convertNumeral("5");
  • Expected Output: "V"

3 Test: "It will return the actual converted numbers"

  • Code: convertNumeral("23");
  • Expected Output: "XXIII"

Known Bugs

  • None Known

License

MIT

Contact Information

[email protected]

About

Application for converting arabic numerals into roman numerals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors