Design comparison
Solution retrospective
I'm proud of the JS and SCSS I was able to deliver. The dimensions of the elements aren't perfect in comparison with the design, but is very hard to see differences without comparison tools.
What challenges did you encounter, and how did you overcome them?I experimented with the idea of having a HTML page for the signup screen and one for the success screen. The difficulty in that approach was carrying the email value from one page to another. This is possible using session or local storage; or query parameters, but I felt just having the one page would simplify the JS and CSS. It also made me think of the use frameworks have to manage state. Though the use of one would've unnecessarily overcomplicated the application. I learned about the autocomplete attribute that allows you to prevent the browser autocompleting inputs. The reason this was important is the difficulty in styling the input box to the required specifications due to the browser's built in styling of autocomplete inputs.
What specific areas of your project would you like help with?I would like to know how to style the input box with the autocomplete still on. From my research it was difficult to tell how to do this properly.
Community feedback
- @AdrianoEscarabotePosted 28 days ago
Hey Devs-advocate, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
A document ought to have one primary landmark, and the absence of a main tag around the page's primary content is the root of this issue. On this page, there is no other element that is more important than the one that this challenge is based on, so to solve it, wrap all the content in the'main' tag.
It's always a good idea to pay close attention to the proper use of semantic html elements because they are crucial for screen reader users to understand what the main content of the page is in the case of the'main' tag!
Everything else looks great.
Hope this helps! 👍
Marked as helpful1
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