Skip to content

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

License

Notifications You must be signed in to change notification settings

iNoles/HackerNews

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages