Skip to content

A simple clock (timer and stopwatch) using WPF 3.1 .net core

License

Notifications You must be signed in to change notification settings

jonvwolf/SimpleWPFTimer

Repository files navigation

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