Th3Wall / Feedzor

Yet another RSS Reader written in C# and Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedzor

Yet another RSS Reader written in C# and Blazor

Demo

Demo/Dev Environment: https://feedzor-dev.azurewebsites.net

Features

  • Add single RSS source
  • Import OPML file
  • Four reading layouts
  • Cross platform

Tech Stack

Client: Blazor, Bootstrap 4.3

Server: Blazor, .NET 5

Database: SQL Server

Cloud platform: Azure

Run Locally

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

Authors

License

MIT License MIT

About

Yet another RSS Reader written in C# and Blazor

License:MIT License


Languages

Language:C# 69.3%Language:HTML 22.8%Language:CSS 4.2%Language:JavaScript 3.7%