Yet another RSS Reader written in C# and Blazor
Demo/Dev Environment: https://feedzor-dev.azurewebsites.net
- Add single RSS source
- Import OPML file
- Four reading layouts
- Cross platform
Client: Blazor, Bootstrap 4.3
Server: Blazor, .NET 5
Database: SQL Server
Cloud platform: Azure
Clone the project
git clone https://github.com/kasuken/Feedzor
Go to the project directory
cd Feedzor
Build the project
dotnet build
Start the server
dotnet run