This project (console-app) is a stopwatch made in C#, using thread and sleep, creating and calling functions, while loop, IF conditional structure, regex, substring, conversions using parse and also text input and output with string interpolation.
HowTheTimerWorks.mp4
-
Install Visual Studio IDE
-
Install the .NET Core 3.1
-
Clone the repository:
git clone https://github.com/eduardxdc/Stopwatch.git
F5 to run the application
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.
When contributing to this project, please follow the existing code style, commit conventions, and submit your changes in a separate branch.
git clone git@github.com:eduardxdc/Stopwatch.git
git checkout -b feature/NAME
At the end, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!
How to create a Pull Request | Commit pattern
This project is under MIT license