This is a beginner-friendly frontend project where I recreated the landing page of Apple Vision Pro using HTML, CSS, and JavaScript.
⚠️ Note: This project is not responsive yet – mobile support coming soon!
- Structuring pages with semantic HTML
- Designing clean UI with modern CSS
- Positioning and layout practice (Flexbox & absolute positioning)
- Adding interaction with JavaScript
- Basic scroll animations (optional)
- HTML5
- CSS
- JavaScript
- Make it responsive for all screen sizes
- Add smooth scroll animations
- Improve code structure and cleanup