Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.12 KB

Overview

A simple timer/stopwatch WPF application. It simulates google's timer (https://www.google.com/search?q=timer)

Features

alt text

  • Timer (set a timer and when it reaches the end, a beeping sound is heard)
  • Stopwatch (Start/Stop for counting time)

Code / build status

Quality Gate Status Build Status Coverage

Technical details

It uses WPF and 3.1 .net core.

Objectives

  • Learn WPF in the process
  • Learn about automated builds
  • Have a simple (hopefully efficient) timer and stopwatch