https://github.com/justaz17/meditation-app-winforms-cs
https://github.com/justaz17/meditation-app-winforms-cs
csharp dotnet winforms winforms-application
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justaz17/meditation-app-winforms-cs
- Owner: Justaz17
- Created: 2024-04-24T14:44:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T10:06:51.000Z (about 2 years ago)
- Last Synced: 2024-08-10T14:40:23.441Z (almost 2 years 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
## 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 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