AvaloniaUI / Avalonia.Samples

Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.
https://www.avaloniaui.net
606 stars 103 forks source link

Consume API sample #80

Open josago97 opened 4 months ago

josago97 commented 4 months ago

Topics to cover

Ideas for a sample

The idea would be to make an application that would get data from an external REST API and then allow the user to search with filters and sort how items are displayed. A possible example would be to develop a Pokédex, obtaining data from the PokeAPI and with a search engine that filters by generations, types or name. Additionally, you can choose whether the Pokémon are displayed in ascending or descending order according to their number or name.

Additional context