html css flexbox javaScript

Solution retrospective
I'm most proud of the responsive design implementation for the Base Apparel Coming Soon page. Using srcset and media queries, the hero image adapts seamlessly to different screen sizes, providing an optimal user experience across devices. The email validation functionality is another highlight, as it ensures users provide valid email addresses before submission, enhancing form reliability. The dynamic feedback mechanism for form submission, including clear error and success messages, adds to the user-friendly experience.
Implement client-side and server-side validation to provide a more robust solution for form handling. This could involve asynchronous form submission to enhance user experience.
What challenges did you encounter, and how did you overcome them?Challenge: Implementing responsive images that switch between desktop and mobile versions based on screen size was initially tricky.
Solution: I used the srcset attribute on the element to define different image sources for various screen widths. This approach ensures that the appropriate image is loaded based on the device's viewport size, optimizing performance and user experience.
What specific areas of your project would you like help with?Guidance on implementing more advanced form validation techniques, including server-side validation and handling different types of input errors beyond email address validation.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Md. Rakibur Rahman's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord