/HackerNews

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

Primary LanguageC#GNU General Public License v3.0GPL-3.0

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 on your development machine.

Clone the Repository

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

Run and Build

dotnet build
dotnet run