FizzBuzz: A Coding Challenge

An app that utilizes the "Fizz Buzz" Coding challenge. It loops through a given range of numbers, checks each number to see if it's divisible by one of or both of the given values, and will display either "Fizz" if it matches the first value, "Buzz" if it matches the second value, or "FizzBuzz" if it meets matches both the given values.

  • CSS and Bootstrap Layout
  • JavaScript Fundamentals
  • JavaScript Loops
  • JavaScript DOM Manipulation
  • Boolean Logic
Try it out!

Tech Stack: