MacKLess / roman

roman numeral generator to practice for loops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When in Rome: Roman Numeral Generator

Generates roman numerals when standard form numbers are inputted, 08/17/17

By L. Devin MacKrell and Debbie Michel

Description

This application will translate an inputted number up to 3,999 and output the roman numeral equivalent.

Setup/Installation Requirements

  • Open Terminal and GitHub
  • Clone application
  • Open HTML with preferred browser

Behavior-Driven Development

  • Value of all symbols are added.
  • No more than three of the same characters are in a row.
  • Ones, tens, hundreds, and thousands are separate.
  • The maximum for inputted number is 3,999.

Known Bugs

The application will not function for numbers greater than 3,999.

Support and contact details

If you run into any issues or have questions, ideas, or concerns or would like to contribute to this code, please contact ldmackrell@gmail.com or debbiemichel1633@gmail.com.

Technologies Used

This application was created using standard development tools, including Bootstrap and jQuery.

License

Copyright (c) 2016 L. Devin MacKrell and Debbie Michel

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*

About

roman numeral generator to practice for loops


Languages

Language:JavaScript 68.6%Language:HTML 31.4%