Skip to content

dawnshermantech/FizzBuzz

Repository files navigation

FizzBuzz

Welcome

Welcome to FizzBuzz Web, where even sharing calculations should be fun!

Remember the days when calculating was boring? Well, this just added a bit more fun!

What is FizzBuzz?

FizzBuzz is a game you are all very familiar with, but this one brings a twist to your average counting routine. Here's how it works:

  • Fizz: If the number is divisible by 3, you say "Fizz" instead of the number.
  • Buzz: If the number is divisible by 5, you say "Buzz" instead of the number.
  • FizzBuzz: If the number is divisible by both 3 and 5, you say "FizzBuzz" instead of the number.

Sounds simple? It is, but it’s also so much fun!

Why Play?

Because why not? You really need some added fun in your day!

Have fun!


Project Setup

To get started with the FizzBuzz project, follow these steps to set up your development environment.

Prerequisites

Installation

  1. Clone the repository:
sh git clone https://github.com/dawnshermantech/FizzBuzz.git 
cd FizzBuzz 
  1. Open the solution in Visual Studio:

    • Open Visual Studio.
    • Click on "File" > "Open" > "Project/Solution".
    • Navigate to the cloned repository and select the FizzBuzz.sln file.
  2. Set Up Multiple Startup Projects:

    • In Solution Explorer, right-click on the solution and select "Properties".
    • In the "Common Properties" section, click on "Startup Project".
    • Select "Multiple startup projects".
    • Set the action for FizzBuzz.Web and FizzBuzz.Api to "Start".
    • Click "OK" to save the settings.

Running the Application

  1. Start the projects:
    • Press F5 or click the "Start" button in Visual Studio.
    • This will start both the FizzBuzz.Web and FizzBuzz.Api projects.

License

This project is licensed under the MIT License.

Contact

If you have any questions or feedback, please feel free to reach out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published