Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kasuken/feedzor
- Owner: kasuken
- License: mit
- Created: 2021-06-03T12:34:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T14:44:39.000Z (almost 3 years ago)
- Last Synced: 2024-03-17T17:47:44.485Z (10 months ago)
- Topics: blazor
- Language: C#
- Homepage:
- Size: 263 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 LocallyClone 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)