https://github.com/kasuken/feedzor
Yet another RSS Reader written in C# and Blazor
https://github.com/kasuken/feedzor
blazor
Last synced: about 1 year 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T14:44:39.000Z (over 4 years ago)
- Last Synced: 2025-04-02T05:42:01.194Z (about 1 year ago)
- Topics: blazor
- Language: C#
- Homepage:
- Size: 263 KB
- Stars: 4
- Watchers: 4
- 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 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
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[MIT](https://github.com/kasuken/Feedzor/blob/main/LICENSE)