/Week3Project

A program that counts to a number.

Primary LanguageHTML

Count with Me.

A website used for counting numbers, emulates 2001: A Space Odyssey, June/09/2018

By Marie @BunnyMarie

Description

A program that counts numbers while emulating 2001: A Space Odyssey.

Purpose Input Output
If the input is not a number, return an error message. "Hey!" "NaN"
The program replaces numbers divisible by three with a quote from Stanley Kubrick's 2001: A Space Odyssey. "30" "I'm sorry, Dave. I can't do that."
The program replaces numbers including 9 with a quote from Stanley Kubrick's 2001: A Space Odyssey. "29" "Dave, stop. Stop, will you? Stop, Dave. Will you stop Dave? Stop, Dave."
The program replaces numbers including 7 with a quote from Stanley Kubrick's 2001: A Space Odyssey. "17" "Dave, my mind is going. I can feel it."
The program replaces numbers including 5 with a quote from Stanley Kubrick's 2001: A Space Odyssey. "53" "I'm afraid, Dave."
The program replaces numbers including 1 with "Boop!". "1" "Boop!"
The program replaces numbers including 0 with "Beep!". "20" "Beep!"

Setup/Installation Requirements

  • Requires Bootstrap.Css (located in css folder)
  • Requires Jquery-3.3.1.js (located in js folder)
  • Requires Internet Access for Google Fonts
  • Open index.html

Known Bugs

No known bugs! Please use relevant contact details to report any.

Support and contact details

Contact Marie/Bunny @bunnymarie on github and bunnymarie@protonmail.com for support, bugs, questions, and comments.

Technologies Used

Created using atom, code relies and uses elements from jquery-3.1.1 and bootstrap css. Questionnaire and javascript elements rely heavily on jquery for the logic, while html and css relies heavily on bootstrap for proper formatting and browser compatibility.

License

Licensed Under Apache 2.0 Copyright (c) 2016 bunnymarie/rabbitmilk