A Fizz Buzz Game.
- You need to have Node JS >= 18.16.1 in your machine.
- Clone this repository.
- Run
yarn install
ornpm install
- Run
yarn dev
ornpm run dev
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.
- React JS
- TypeScript
- Tailwind CSS
- Framer Motion
If you're interested in contributing, please follow these steps:
- Fork this repository and clone it to your local machine.
- Create a new branch for your contribution.
- Make your desired changes and improvements.
- Test your changes to ensure they work correctly.
- Commit your changes with a descriptive message.
- Push your changes to your forked repository.
- Open a pull request in this repository to submit your changes.