The app was developed to test a proof of concept idea for coaching.
It needed to be easy to use, simple to configure settings, and be easily distributed to a handful of test users.
Feedback is used to refine coaching methods.
⚠️ Note: On first launch, the app will generate asettings.json
file with default values.
Follow these steps to run the app in development:
-
Clone the repository
git clone https://github.com/yourusername/random-beep-app.git cd random-beep-app
-
Open in IDE
Visual Studio has drag-and-drop UI design for WinFroms. Using VS is not necessary. App was developed with VSCode (hence UI defined in code).
-
Run the app
Press F5 in Vistual Studio or run with CLI:
dotnet run --project BeepGUIApp