https://github.com/louresb/stopwatch
This repository contains the exercise completed as part of the Balta.io course on backend development.
https://github.com/louresb/stopwatch
csharp dotnet dotnet5
Last synced: 3 months ago
JSON representation
This repository contains the exercise completed as part of the Balta.io course on backend development.
- Host: GitHub
- URL: https://github.com/louresb/stopwatch
- Owner: louresb
- License: mit
- Created: 2023-02-17T21:27:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T17:27:03.000Z (about 3 years ago)
- Last Synced: 2025-06-08T19:02:11.459Z (about 1 year ago)
- Topics: csharp, dotnet, dotnet5
- Language: C#
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stopwatch
[](https://github.com/louresb/Stopwatch/blob/main/LICENSE)

This is a simple stopwatch application implemented in C#. It allows you to count time for a specified duration and displays the elapsed seconds.
## Usage
When you run the program, you will be presented with a menu. Follow the instructions below to use the stopwatch:
- Enter the duration you want to count in the format of `
- After entering the desired duration, the stopwatch will start counting down.
- Once the specified duration is reached, the stopwatch will be finished, and the program will display "Stopwatch finished".
- You can then return to the menu to start a new countdown or exit the program.
## Learning resources
This console application was created using [Balta.io](https://balta.io/)'s backend course. I recommend checking it out if you're interested in learning about .NET programming.
## License
[MIT License](https://github.com/louresb/Stopwatch/blob/main/LICENSE) © [Bruno Loures](https://github.com/louresb)