A fun little web app that fetches and displays random user data using the Random User API. Click the button to get a new random person — complete with name, age, location, phone, gender, and a profile picture.
- Fetches random user data from a public API
- Displays:
- Profile picture
- Full name
- Country, State, City
- Age and Gender
- Phone number
- "Get a New User" button to reload another random user instantly
- 🧠 HTML – Structure of the page
- 🎨 CSS – Styling and layout
- ⚡ JavaScript (Vanilla) – Fetching data & DOM manipulation
- 🌐 Random User API – Free API to generate user dat