Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JustForFunDeveloper/Feed-Manager-WPF-App

RSS Feed Downloader and local file manager in a modern WPF Metro Design and MVVM Design Pattern.
https://github.com/JustForFunDeveloper/Feed-Manager-WPF-App

csharp entity-framework-core example-app feed-reader mahapps metro modern mvvm open-source windows wpf xaml

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
[![](https://img.shields.io/github/release/JustForFunDeveloper/Feed-Manager-WPF-App.svg)](https://github.com/JustForFunDeveloper/HS-Feed-Suite)

[![](https://img.shields.io/badge/MahApps.Metro-2.0.0_alpha0262-blue.svg)](https://github.com/MahApps/MahApps.Metro)
[![](https://img.shields.io/badge/MahApps.Metro.IconPacks-3.0.0_alpha0141-blue.svg)](https://github.com/MahApps/MahApps.Metro.IconPacks)

[![](https://img.shields.io/badge/PropertyChanged.Fody-3.0.0-green.svg)](https://github.com/Fody/PropertyChanged)

![](https://img.shields.io/badge/Microsoft.EntityFrameworkCore.Sqlite.Core-2.2.4-orange.svg)

![](https://img.shields.io/badge/.NET_Framework-4.6.1-yellow.svg)

[![](https://img.shields.io/badge/CloudflareSolverRe-1.0.6-green.svg)](https://github.com/RyuzakiH/CloudflareSolverRe)

## Issues
[![](https://img.shields.io/github/issues-raw/JustForFunDeveloper/Feed-Manager-WPF-App.svg?style=flat-square)](https://github.com/JustForFunDeveloper/Feed-Manager-WPF-App/issues)
[![](https://img.shields.io/github/issues-closed-raw/JustForFunDeveloper/Feed-Manager-WPF-App.svg?style=flat-square)](https://github.com/JustForFunDeveloper/Feed-Manager-WPF-App/issues)

## Releases

Find the latest relase here =>
[Release](https://github.com/JustForFunDeveloper/Feed-Manager-WPF-App/releases)

Detaild usage description is available in the App under "Help" or here => [Homepage Feed Manager](https://www.die-technik-und-ich.at/?page_id=557)

## 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](./Pictures/Promo-Video.png)](https://www.die-technik-und-ich.at/wp-content/uploads/2019/04/17-18-04-2019_21_01_47.mp4)

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](./Pictures/HS-Feed-Manager.png)](http://www.die-technik-und-ich.at/wp-content/uploads/2019/03/HS_final.mp4)

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](https://github.com/MahApps/MahApps.Metro) (Hamburger Menu, Button, SplitButton, DataGrid, ScrollViewer, Checkbox, Login Window, PasswordBox)
2. [Mahapps IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) (Material Design Icons)
3. [PropertyChanged.Fody](https://github.com/Fody/PropertyChanged) Injects INotifyPropertyChanged code into properties at compile time. (Suggestion from [sebleg](https://github.com/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