Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justaz17/meditation-app-winforms-cs
https://github.com/justaz17/meditation-app-winforms-cs
csharp dotnet winforms winforms-application
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justaz17/meditation-app-winforms-cs
- Owner: Justaz17
- Created: 2024-04-24T14:44:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T10:06:51.000Z (8 months ago)
- Last Synced: 2024-08-10T14:40:23.441Z (6 months ago)
- Topics: csharp, dotnet, winforms, winforms-application
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mediation App
*By [Justas Jokubauskas](https://github.com/Justaz17 "Justas Jokubauskas") and [Adam Carr](https://github.com/realadamcarr "Adam Carr")*
A WinForms application that allows users to meditate for a set amount of time. The user can select the amount of time they want to meditate for and the app will play a sound when the time is up. The user can also select a background theme and a sound to play when the time is up.
![Screen Shot 1](image/readme/screen1.png)
> Screen Shot 1## Requirements
- [C#](https://docs.microsoft.com/en-us/dotnet/csharp/ "C#") 9.0: The programming language used to develop the application.
- [Visual Studio 2022: Community Edition](https://visualstudio.microsoft.com/vs/community/ "Visual Studio 2022: Community Edition"): The integrated development environment used to develop the application.## Use cases
![Use-Case](image/readme/use-case.png)
> Use Case Diagram### Justas
1. User can start and stop timer && plays music.
2. User can Reset Timer.
3. When timer is done, system will display Time Meditated and store to a file.
4. User can see a list of Music.
5. User can Select CountdownTimer.### Adam
1. User can select between seconds and minutes.
2. User can select between different sounds.
3. User can select between different background Themes.
4. When Time is up, user can see a pop up message for session time.
5. timer changes when the countdown has stopped