Build a webpage that fetches user data from a public API using JavaScript Fetch API and displays it on the page.
- HTML – For structuring the webpage
- CSS – For styling the UI
- JavaScript (Fetch API) – For fetching and displaying data
- VS Code – Code editor
- Chrome Browser – Testing and running the project
- Fetches user name, email, and address from API.
- Displays users in a card layout.
- Handles network errors (shows error message when offline or API fails).
- Includes a Reload Data button to fetch again.
- Fully responsive design.