iNoles / HackerNews

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C# 100.0%