Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inoles/hackernews

A .NET MAUI app for displaying the top posts on Hacker News that demonstrates Firebase Realtime Database
https://github.com/inoles/hackernews

csharp8 hacker-news iasyncenumerable maui net net-maui xamarin xamarin-android xamarin-ios

Last synced: 2 months ago
JSON representation

A .NET MAUI app for displaying the top posts on Hacker News that demonstrates Firebase Realtime Database

Awesome Lists containing this project

README

        

# HackerNews

A .NET MAUI app for displaying the top posts on Hacker News.

This app demonstrates how to use IAsyncEnumerable + C# 8.0 to improve performance. Thanks to IAsyncEnumerable, the items are added to the list as soon as they're available making the app feel faster and more responsive.

This app also uses the Firebase Realtime Database REST API.

## Screenshots

desktop

## Getting Started

### Prerequisites
- Install the latest version for .NET 8
- Install [.NET MAUI workload](https://docs.microsoft.com/en-us/dotnet/maui/get-started/installation) on your development machine.

### Clone the Repository

```bash
git clone https://github.com/iNoles/HackerNews.git
cd HackerNews
```

### Run and Build

```bash
dotnet build
dotnet run
```