blazor-rss-reader icon indicating copy to clipboard operation
blazor-rss-reader copied to clipboard

RSS Reader built using Blazor (https://blazor.net)

Blazor RSS Reader

A simple RSS reader sample application built using Blazor V0.4.0 (https://blazor.net). Note: Blazor is a experimental tech from Microsoft

Live Site

Blazor RSS Reader is hosted on Surge and the here is the link to Live Demo - https://blazorrssreader.surge.sh

Screen Shots

Splash Screen
Splash Screen
Home Page
Home Page
Feed Title View
Feed Title View
Feed Magazine View
Feed Magazine View
Feed Cards View
Feed Cards View
Feed Article View
Feed Article View
Reading Post
Reading Post
Add Feed
Add Feed
Organize Sources
Organize Sources
Edit Feed Title
Edit Feed

Working with the code base

1. Pre-Requisites:

Get Blazor 0.7.0

To get setup with Blazor 0.7.0:

  1. Install the .NET Core 2.1 SDK (2.1.500 or later).
  2. Install Visual Studio 2017 (15.9 or later) with the ASP.NET and web development workload selected.
  3. Install the latest Blazor Language Services extension from the Visual Studio Marketplace.
  4. To install the Blazor templates on the command-line:

dotnet new -i Microsoft.AspNetCore.Blazor.Templates

You can find getting started instructions, docs, and tutorials for Blazor at https://blazor.net.

2. Clone source code

  1. Clone the source code on your machine.
  2. Open src\BlazorRssReader.sln in Visual Studio.
  3. Start hacking.