Day 6: Random User Generator (AI Teaches Me Full Stack)

Опубликовано: 12 Июль 2026
на канале: zeroToFullStack
0

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 ] |
+---------------------------+