This is the first project that will feel like a real app instead of a programming exercise.
When the page loads, it should display a random person's:
📷 Profile picture
👤 Full name
📧 Email
🌍 Country
Clicking "Next User" fetches another random user.
It should look something like:
+---------------------------+
| 😀 (picture) |
| |
| Jane Smith |
| [email protected] |
| Canada |
| |
| [ Next User ] |
+---------------------------+