Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gnuftw/multitimer

A simple WPF application that allows users to create & run multiple timers at once. It demonstrates Material XAML and ReactiveUI.
https://github.com/gnuftw/multitimer

csharp material-ui reactiveui windows-desktop wpf

Last synced: 3 months ago
JSON representation

A simple WPF application that allows users to create & run multiple timers at once. It demonstrates Material XAML and ReactiveUI.

Awesome Lists containing this project

README

        

# MultiTimer
A simple [WPF](https://docs.microsoft.com/en-us/dotnet/framework/wpf/) application that allows you to create and run multiple timers. It is implemented using the [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) design pattern by leveraging the [ReactiveUI](https://reactiveui.net/) framework. The applications controls are styled the [Material Design In XAML](http://materialdesigninxaml.net/) toolkit.

## Build Instructions
Clone the repository from the following URL:
```
[email protected]:GnUfTw/MultiTimer.git
```
Open the solution in Visual Studio 2019 and do a nuget restore to install package dependencies. Once done, you should now be able to build the project.

## Screenshots
![MultiTimer Screenshot](/Resources/MultiTimerScreenshot.png?raw=true "MultiTimer Screenshot")