/WPFDashboard1

First of a series of WPF Dashboards I am building.

Primary LanguageC#

WPFDashboard1

Table of Contents

Introduction

This is the first model of my WPF Dashboard series. We have a main window with side bar that permits navigation between Home, Discovery and Features.

Preview
Main window

Getting started

Try The Published (production) app

Download the latest zip package from the repo. Unzip the file in your windows machine and double click on WPFDashboard1.exe file. You are good to go.

Developer

You want to play with the code ? Clone, download or fork the repo. Restore the packages

dotnet restore

Or, if you have Visual Studio or C# dev kit in VSCode, this should run automatically when you open the app.

You are good to go. Enjoy.

Contribution

This was built with ❤, feel free to fire an issue, or pull request.