A Basic web application to convert a number into Roman Numerals

By Alan Denison and Joel Delight

BDD specs used

inputs requiring a single numeral: 1000 - M inputs requiring addition: 2000 - MM inputs including 2 non zero digits: 1100 - MC inputs including a 9: 900 - CM inputs including input including a 4: 400 - CD inputs including number 5-8: 600 - DC inputs beyond our range(0-3999): -5 - error message before submission non-number inputs: Bob - error message before submission

Known Bugs

There are no known issues with this page

Support and contact details

If you have any questions or concerns, please email me at thefencingflutist@gmail.com

Technologies Used

html, css, bootstrap, javascript, and jquery were used

License

Copyright (c) 2016 Joel Delight

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.