Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 972 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 972 Bytes

Beep-Boop

Webpage that takes a number and returns a beep or boop , 1.19.2018

By Kimberly Huynh

Description

A webpage displaying a user input where the user inputs a number. And depending on if it fulfills certain requirements then it will output a beep, boop, or something else.

Setup/Installation Requirements

Specifications

This web application will fulfill these Specifications

  • Program replaces 0 with "Beep!"
  • Example Input: 0
  • Example Output: ["Beep"]
  • Program replaces 1 with "Boop"
  • Example Input: 1
  • Example Output: ["Boop"]
  • Program replaces anything that's divisible by 3 with "I'm sorry, Dave. I'm afraid I can't do that"
  • Example Input: 3
  • Example Output: ["I'm sorry, Dave. I'm afraid I can't do that."]

Technologies Used

  • HTML
  • CSS
  • Javascript
  • Bootstrap

License

Copyright (c) 2018 #### Kimberly Huynh