This project demonstrates how to fetch User data from an API endpoint, parse JSON responses, and map them to a model. It includes a simple user interface with a button to initiate the data fetch process.
- Fetch User data using HTTP.
- Parse JSON responses and map them to an
Usermodel. - Display fetched data in a structured format.
- make advanced UI