/roman-numberals

EPICODUS STUDENT PROJECT | BDD Practice: Build a Roman Numeral Converter

Primary LanguageJavaScript

EPICODUS STUDENT PROJECT | BDD Practice: Build a Roman Numeral Converter

Roman Numeral Converter, June 9, 2016

By Sky Rousse, Maldon Meehan, Epicodus

Description

This is an Epicodus student project creating a web page that uses front-end user interface logic to gather number and translate them into to Roman Numerals (using back-end logic). This is an lesson in Behavior Driven Development (BDD) to learn to code using just the least amount of clean code to establish true and false booleans based on expected outputs based on potential user inputs.

Behavior Input Example Output Example
Restrict input to positive numbers only The13 (or) -1 Alert: input field will only accept positive numbers
Numbers greater than 3999 not accepted 4000 alert: numbers cannot be greater than 3999
Restrict input to positive numbers only The13 (or) -1 Alert: input field will only accept positive numbers
Assign Roman Numeral symbols to numbers (1,4,5,9,10,40,50,90,100,400,500,900,1000) 1 I
Output the converted number in roman-numerals 25 XXV

Setup/Installation Requirements

Known Bugs

  • non at this time

Support and contact details

If you run into any issues or have questions, ideas, or concerns, please feel free to contact Sky at sky@epicodus.com or Maldon at maldonmeehan@gmail.com.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • jQuery (jquery-1.12.4.js)
  • Bootstrap (bootstrap.min.css)
  • Atom
  • Terminal
  • Git

License

MIT License

Copyright (c) 2016 Sky Rousse, Maldon Meehan, Epicodus

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.