Consume API sample
Opened this issue · 0 comments
josago97 commented
Topics to cover
- Consume a REST API
- Search with filters
- Sort items
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.