Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kasuken/feedzor

Yet another RSS Reader written in C# and Blazor
https://github.com/kasuken/feedzor

blazor

Last synced: 3 months ago
JSON representation

Yet another RSS Reader written in C# and Blazor

Awesome Lists containing this project

README

        

# 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

```bash
git clone https://github.com/kasuken/Feedzor
```

Go to the project directory

```bash
cd Feedzor
```

Build the project

```bash
dotnet build
```

Start the server

```bash
dotnet run
```


## Authors

- [@kasuken](https://www.github.com/kasuken)
- [@sciocoder ](https://www.github.com/sciocoder)
- [@th3wall ](https://www.github.com/th3wall)


## License

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[MIT](https://github.com/kasuken/Feedzor/blob/main/LICENSE)