Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gnuftw/multitimer
- Owner: GnUfTw
- Created: 2019-04-07T16:37:01.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T05:30:48.000Z (about 2 years ago)
- Last Synced: 2024-10-10T22:21:05.456Z (3 months ago)
- Topics: csharp, material-ui, reactiveui, windows-desktop, wpf
- Language: C#
- Homepage:
- Size: 240 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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")