Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shonharsh/uipath-fizzbuzz
This project is a UiPath C# implementation of FizzBuzz in UiPath.
https://github.com/shonharsh/uipath-fizzbuzz
academic academy artificial-intelligence atom automation config csharp education git guide learning markdown process robot rpa studio training-materials trending uipath windows
Last synced: 3 months ago
JSON representation
This project is a UiPath C# implementation of FizzBuzz in UiPath.
- Host: GitHub
- URL: https://github.com/shonharsh/uipath-fizzbuzz
- Owner: ShonHarsh
- License: mit
- Created: 2024-05-31T19:33:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T19:25:16.000Z (7 months ago)
- Last Synced: 2024-06-15T20:33:41.295Z (7 months ago)
- Topics: academic, academy, artificial-intelligence, atom, automation, config, csharp, education, git, guide, learning, markdown, process, robot, rpa, studio, training-materials, trending, uipath, windows
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![](https://shonharsh.github.io/curriculum-vitae/Images/uipath-logo.png)
# FizzBuzz
## About
This project is a C# implementation of FizzBuzz in UiPath.
Fizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz", and any number divisible by both three and five with the word "fizzbuzz" -Wikipedia
### Getting Started
After making a pull request or downloading the project, open the Main.xaml in UiPath Studio. The robot can be run with the play button in the ribbon and the result can be seen in output panel.
### Details
**Practice:** [FizzBuzz](https://en.wikipedia.org/wiki/Fizz_buzz)
**Project Format:** Windows, C#
**GitHub:** https://github.com/ShonHarsh/FizzBuzz
### Sample Output
```sh
05/13/2024 19:22:11 => [Info] FizzBuzz execution started
05/13/2024 19:22:11 => [Info] FizzBuzz.Main.Begin;
05/13/2024 19:22:14 => [Info] 1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzBuzz 16 17 Fizz 19 Buzz
05/13/2024 19:22:14 => [Info] FizzBuzz.Main.End;
05/13/2024 19:22:14 => [Info] FizzBuzz execution ended in: 00:00:03
```### Architecture Requirements
A standard UiPath, Studio to Orchestrator cloud setup is the base of operation. It is easy to setup and free.
1. An Orchestrator connection - Visit https://cloud.uipath.com/ and authenticate or sign up.
2. [UiPath Studio](https://www.uipath.com/product/studio) is used to run the robot. Note that Studio Web can be used directly in Orchestrator but I recommend installing the Studio IDE application.[![UiPath Setup Guide](https://shonharsh.github.io/curriculum-vitae/Images/Title-UiPath-Setup-Guide.png)](https://github.com/ShonHarsh/UiPath-SetupGuide)
### Git Notes
Clone the project to develop or change it.
```sh
git clone https://github.com/ShonHarsh/FizzBuzz
```### Links
- [UiPath Automation Platform](https://www.uipath.com/)
- [UiPath Studio](https://www.uipath.com/product/studio)
- [Pulsar](https://pulsar-edit.dev/) (Atom Successor) - Used for all my README.md files
- [Shon Harsh Website 127.0.0.1](https://shonharsh.github.io/curriculum-vitae/index.html)
- [This.GitHub](https://github.com/shonharsh)
- [LinkedIn](https://www.linkedin.com/in/shonharsh/)