Beep-bop Code Generator

http://maxdhs.github.io/beep-bop

A webpage that codes a user inputted number.

By Maxwell Dubin

Description

A webpage which generates a coded string message by inputting a number from the user and transforming the number with a set of "Beeps", "Bops", and messages.

Specs

Spec Input Output
Program replaces 0 with "Beep!" "0" "Beep"
Program replaces numbers containing a 1 with "Boop!" "1" "Boop!"
Program replaces numbers divisible by 3 with "I'm sorry, Dave. I'm afraid I can't do that." "3" "I'm sorry, Dave. I'm afraid I can't do that."

Setup/Installation Requirements

  • Clone this repository on GitHub
  • Open the index.html file in a web browser to view the webpage
  • Open files using text editor (such as Atom) to view the code

Known Bugs

  • No known bugs at this time.

Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • jQuery

Support and contact details

Contact Maxwell Dubin - maxdhs@gmail.com.

License

{This software is licensed under the MIT license}

Copyright (c) 2018 Maxwell Dubin