Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vagyasri/fizzbuzz
This project gives a solution to fizzbuzz.
https://github.com/vagyasri/fizzbuzz
Last synced: 30 days ago
JSON representation
This project gives a solution to fizzbuzz.
- Host: GitHub
- URL: https://github.com/vagyasri/fizzbuzz
- Owner: Vagyasri
- Created: 2021-04-28T20:27:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T21:03:20.000Z (over 3 years ago)
- Last Synced: 2023-03-06T18:02:34.656Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# FizzBuzz
> It will take the user input and perform the following operation for a range of 1 to the user input:
> - If multiple of 3; yields Fizz
> - If multiple of 5; yields Buzz
> - If multiple of both 3 and 5; yields FizzBuzz
> - Otherwise yields the number itself## Built With
- Ruby
## Getting Started
### To get a local copy run the following steps:
- [Copy this link](https://github.com/Vagyasri/FizzBuzz.git)
- Open your terminal or command line
- Run "git clone [Paste this link](https://github.com/Vagyasri/FizzBuzz.git)"## Author
👤 **Bhagyashree Patra**
- GitHub: [@Vagyasri](https://github.com/Vagyasri)
- Twitter: [@Vagyasri](https://twitter.com/Vagyasri)
- LinkedIn: [Bhagyashree Patra](https://www.linkedin.com/in/bhagyashree-patra-029bb059/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Vagyasri/FizzBuzz/issues).
## Show your support
Give a ⭐️ if you like this project!