Design comparison
Solution retrospective
I have been able to complete the project but the issue is that when you click on the submit button, you will get a 404 error not found. I have created the page already and you can clone my repo to run it locally. Thanks.
Community feedback
- @rayaattaPosted 10 months ago
Hello 👋 Masood, congratulations on completing this challenge 🎉.
I noticed that your solution breaks on mobile devices in terms of the design and I have some bits of advice.
Let me introduce you to the Mobile-first workflow
The mobile-first workflow refers to a design approach where websites or applications are designed for mobile devices initially, and then adapted for larger screens such as tablets and desktops. This is due to the increasing number of people accessing the internet on their mobile devices, making it essential to prioritize mobile user experience.
Importance of the mobile first work flow
Responsiveness:. Websites or applications should be developed to automatically adjust their layout and content to fit different screen sizes. This ensures optimal user experience regardless of the device being used.
Another bit of advice,you do not need to get to a 404page on submit,you can make a success section and hide it in css,then when a person submits you use is to change its display to block.
I hope this helps 🙃
Your solution is otherwise fantastic 👍. Great job
0
Please log in to post a comment
Log in with GitHubJoin 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