8000 GitHub - mbthales/fizz-buzz: A Fizz Buzz Game.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mbthales/fizz-buzz

Repository files navigation

Fizz Buzz Game

Content Table

About

A Fizz Buzz Game.

Getting Started

Installation

  • You need to have Node JS >= 18.16.1 in your machine.
  • Clone this repository.
  • Run yarn install or npm install

Running

  • Run yarn dev or npm run dev

How it Works

Basically, the game consists of pressing the Fizz button if the number is divisible by 3, pressing the Buzz button if the number is divisible by 5, pressing the FizzBuzz button if the number is divisible by 15, and pressing the number button itself if it is not divisible by any of the previous options. Your challenge is to beat your own record.

Build With

  • React JS
  • TypeScript
  • Tailwind CSS
  • Framer Motion

Contributing

If you're interested in contributing, please follow these steps:

  1. Fork this repository and clone it to your local machine.
  2. Create a new branch for your contribution.
  3. Make your desired changes and improvements.
  4. Test your changes to ensure they work correctly.
  5. Commit your changes with a descriptive message.
  6. Push your changes to your forked repository.
  7. Open a pull request in this repository to submit your changes.
0