Ugonz86 / Beep-Boop

A web application that takes a number from a user and returns a range of numbers from 0 to the user inputted number with specific exceptions. JavaScript>Arrays>Looping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beep Boop

A web application that takes a number from a user and returns a range of numbers from 0 to the user inputted number with specific exceptions:, 11/01/19

By Uriel Gonzalez

Specs

Spec Input Output
**Homepage User accesses homepage Homepage with user input form
**Homepage User enters name Number form appears
**The program returns a range of numbers from 0 to the users inputted number 4 0, 1, 2 , 3, 4
**The program replaces the number 1 4 0, Beep, 2, 3, 4
**The program replaces the number 2 4 0, 1, Boop, 3, 4
**The program replaces the number 3 4 0, 1, 3, "Error message", 4

Setup/Installation Requirements

Known Bugs

No bugs at the moment.

Github Link

https://ugonz86.github.io/Beep-Boop/

Support and contact details

ugonzalez@gmail.com

Technologies Used

  • HTML - for UI layout
  • CSS - for UI styling
  • Bootstrap - for UI layout and styling
  • JavaScript - for backend functionality
  • jQuery - To help back end code have effects on UI
  • Atom - To write and edit the code
  • Chrome - To help debug and see progress

License

MIT License

Copyright (c) 2019

About

A web application that takes a number from a user and returns a range of numbers from 0 to the user inputted number with specific exceptions. JavaScript>Arrays>Looping


Languages

Language:JavaScript 47.4%Language:HTML 40.9%Language:CSS 11.7%