Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 961 Bytes

File metadata and controls

34 lines (22 loc) · 961 Bytes

Random Beep App

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 a settings.json file with default values.

image


🛠️ Development Setup

Follow these steps to run the app in development:

  1. Clone the repository

    git clone https://github.com/yourusername/random-beep-app.git
    cd random-beep-app
  2. 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).

  3. Run the app

    Press F5 in Vistual Studio or run with CLI:

    dotnet run --project BeepGUIApp