https://github.com/gkeymaster/hackernews
https://github.com/gkeymaster/hackernews
cross-platform dotnet maui xaml
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkeymaster/hackernews
- Owner: GKeyMaster
- License: mit
- Created: 2024-01-23T09:24:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T07:26:06.000Z (over 2 years ago)
- Last Synced: 2025-10-30T09:07:21.288Z (8 months ago)
- Topics: cross-platform, dotnet, maui, xaml
- Language: C#
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/brminnick/HackerNews/actions/workflows/maui.yml)
# 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 [Text Analytics API](https://azure.microsoft.com/services/cognitive-services/text-analytics?WT.mc_id=mobile-0000-bramin) from [Microsoft Cognitive Services](https://azure.microsoft.com/services/cognitive-services?WT.mc_id=mobile-0000-bramin) to analyze the sentiment of each headline.
- đ Headline is Happy
- âšī¸ Headline is Sad
- đ Headline is Neither Happy or Sad
