Skip to content

RSS Feed Downloader and local file manager in a modern WPF Metro Design and MVVM Design Pattern.

License

Notifications You must be signed in to change notification settings

JustForFunDeveloper/Feed-Manager-WPF-App

Repository files navigation

Feed-Manager

Download RSS Feeds, save them in multiple locations, rate them and download youre favourite shows automatically. Manage youre shows in a nice and easy way. Start to play them via the app and never use the slow explorer.exe anymore. If you have hundreds of local files you will need to manage them.

Libraries







Issues

Releases

Find the latest relase here => Release

Detaild usage description is available in the App under "Help" or here => Homepage Feed Manager

UI Promo Video v0.1.0.0-beta

A small video about the usage and design of the current version. The first release is coming soon.

Promo-Video

Blog Post Part 2 => https://www.die-technik-und-ich.at/?p=552

Design and Wireframe Prototype

In this link you can view the basic design of the app, which was made beforehand.
You can also play with the Wireframe capabilities. (Press the play button in the top right corner!)

https://www.figma.com/file/Av6R3v9YgAGMxV75KM2KOU/HS-Feed-Manager?node-id=0%3A1

Time Laps Video Design Creation

A small time laps of the design creation.

Design Time Laps

Blog Post Part 1 => https://www.die-technik-und-ich.at/?p=543


Short Description of the used libraries and techniques

This app shows the basic usage of the following components:

  1. Mahapps Library (Hamburger Menu, Button, SplitButton, DataGrid, ScrollViewer, Checkbox, Login Window, PasswordBox)
  2. Mahapps IconPacks (Material Design Icons)
  3. PropertyChanged.Fody Injects INotifyPropertyChanged code into properties at compile time. (Suggestion from sebleg => Thank you!)
  4. MVVM Design Pattern with Mediator, RelayCommand
  5. SQLite Database
  6. Microsoft.EntityFramework.Core.Sqlite (Code First)
  7. LINQ
  8. C# WPF