An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Stopwatch

[![licence mit](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/louresb/Stopwatch/blob/main/LICENSE)
![Development Status Badge](https://img.shields.io/badge/Status-Concluded-green)

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)