An open API service indexing awesome lists of open source software.

https://github.com/angydev/js_fizzbuzz_game

Print numbers from 1 to 100 and write Fizz for mutiples of 3, Buzz for mutiples of 5 and FizzBuzz for multiples of 3 and 5
https://github.com/angydev/js_fizzbuzz_game

fizzbuzz game html-css-javascript

Last synced: 11 months ago
JSON representation

Print numbers from 1 to 100 and write Fizz for mutiples of 3, Buzz for mutiples of 5 and FizzBuzz for multiples of 3 and 5

Awesome Lists containing this project

README

          

# FizzBuzz Game :game_die:

This is a simple game that prints numbers from 1 to 100 included. If the number is multiple of 3 prints the string "Fizz" near the number. If the number is multiple of 5 prints the string "Buzz", and if the number is multiple of 3 and 5 prints the string "FizzBuzz"

## Technologies

The technologies used in the project:

- Html
- Css
- Javascript

## Demo app
https://jsfizzbuzzgame.netlify.app/