https://github.com/wieslawsoltes/hackernews
HackerNews reader.
https://github.com/wieslawsoltes/hackernews
avalonia avaloniaui hackernews
Last synced: about 1 month ago
JSON representation
HackerNews reader.
- Host: GitHub
- URL: https://github.com/wieslawsoltes/hackernews
- Owner: wieslawsoltes
- License: mit
- Archived: true
- Created: 2023-01-17T10:51:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T18:02:53.000Z (6 months ago)
- Last Synced: 2025-03-17T13:54:37.558Z (about 1 month ago)
- Topics: avalonia, avaloniaui, hackernews
- Language: C#
- Homepage:
- Size: 1.31 MB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# HackerNews
- [Hacker News Website](https://news.ycombinator.com/news)
- [Hacker News API](https://github.com/HackerNews/API)
- [Hacker News FAQ](https://news.ycombinator.com/newsfaq.html)
- [Formatting Options](https://news.ycombinator.com/formatdoc)# Avalonia API
### PRs
- [Refactor ItemsControl container generation and implement smooth virtualization](https://github.com/AvaloniaUI/Avalonia/pull/9677)
- [Add Refresh Container](https://github.com/AvaloniaUI/Avalonia/pull/9437)
- [Add BackRequested event for TopLevel](https://github.com/AvaloniaUI/Avalonia/pull/9856)### Issues
- [Text processing fixes](https://github.com/AvaloniaUI/Avalonia/pull/10009)
# Libraries Used
- CommunityToolkit.Mvvm
- [Docs](https://learn.microsoft.com/en-us/dotnet/communitytoolkit)
- [Docs MVVM](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/)
- [Docs IoC](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/ioc)
- [GitHub](https://github.com/CommunityToolkit/dotnet)
- [GitHub MVVM](https://github.com/CommunityToolkit/MVVM-Samples)
- [NuGet](https://www.nuget.org/packages/CommunityToolkit.Mvvm)- Microsoft.Extensions.DependencyInjection
- [Docs Fundamentals](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-7.0)
- [Docs Extensions](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection)
- [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection)- Xamarin.Essential
- [Docs](https://learn.microsoft.com/en-us/xamarin/essentials/)
- [GitHub](https://github.com/xamarin/Essentials)
- [NuGet](https://www.nuget.org/packages/Xamarin.Essentials)- HtmlAgilityPack
- [Docs](https://html-agility-pack.net/documentation)
- [GitHub](https://github.com/zzzprojects/html-agility-pack)
- [NuGet](https://www.nuget.org/packages/HtmlAgilityPack/)