/beep-boop

This web application will take a number given by the user, and return a range of consecutive numbers that will display "Beep!", "Boop!", and "I'm sorry, Dave. I'm afraid I can't do that." based on the exceptions provided in the table below.

Primary LanguageJavaScript

Beep Boop

Code Review for Week 3 - 1/24/2020

By Jonathan Carlos

Description

This web application will take a number given by the user, and return a range of consecutive numbers that will display "Beep!", "Boop!", and "I'm sorry, Dave. I'm afraid I can't do that." based on the exceptions provided in the table below.

Behavior Driven Development

Behavior Input Output
Alert is displayed when the user leaves the field blank. - Please enter a number!
Display a range of numbers from 0 to the user's number. 5 0, 1, 2, 3, 4, 5
Replace all numbers that contain a 1, with, "Beep!" 1 Beep!
Replace all numbers that contain a 2 with, "Boop!" 2 Boop!
Replace all numbers that contain a 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

Option One:

  1. Step one: Open up your terminal.
  2. Step two: Navigate to the desired directory in which you want to clone this repository.
  3. Step three: Use git clone https://github.com/jonathancarlos21/beep-boop to clone this repository.
  4. Step four: Open the repository.
  5. Step five: Drag the html file into your broswer.
  6. Step six: Enter a number into the text-field.
  7. Step seven: Click "Beep-Boop!"

Option Two:

Copy and paste https://jonathancarlos21.github.io/beep-boop into your address bar.

Known Bugs

There are no known bugs at this time.

Support and contact details

If you have any questions, comments, or concerns, feel free to contact the content creator at examplemail@company.net

Technologies used

  • JavaScript

  • jQuery

  • HTML

  • CSS

  • Bootstrap

  • Visual Studio Code

  • GitBash

License

Copyright (c) 2020 Programming Language Selector

This software is licensed under the MIT license.