This is a responsive and accessible Profile Card built using semantic HTML, modern CSS, and vanilla JavaScript.
It was created as part of the Frontend Wizards – Stage 0 Challenge and includes required data-testid attributes for automated testing.
- Semantic and accessible HTML5 structure
- Dynamic current time in milliseconds (updates every 5 seconds)
- User profile (avatar, name, bio)
- Social media links with Font Awesome icons
- Responsive layout for mobile, tablet, and desktop
- Keyboard navigable links
- Minimal and clean design
- Fully testable with
data-testidattributes
| Technology | Purpose |
|---|---|
| HTML5 | Structure & accessibility |
| CSS3 | Styling & responsiveness |
| JavaScript | Dynamic time update |
| Font Awesome | Social icons |
🔗 https://github.com/wellsdigit/stage-0
# Clone the repository
git clone https://github.com/wellsdigit/stage-0.git
# Navigate into the folder
cd stage-0
# Open in your browser
# Just double-click index.html