interactive component, using HTML, CSS and some JavaScript
Design comparison
Solution retrospective
It looks easy at first but take me more time than I imagined. What do you think?
Community feedback
- @maicondguerianPosted over 1 year ago
Well done! I like you project! Isee that you use vanila JS right? Nice job, just be carefull with to the organisation, try to use pastes to make your project more clean! Anyway really like you result! I'm also having this issue "Document should have one main landmark
<html lang="en">" Any ideia of exacly it can be?Marked as helpful0@ayouchanePosted over 1 year agoHey @maicondguerian ! The warning that you mentioned means that you should put the main part of your document inside a
<main>
tag.It's a way for web crawlers and assistive technologies to distinguish the main content of the page from headers, footers etc Hope this helps!
Marked as helpful1@MaxiJRomPosted over 1 year ago@maicondguerian Thanks for your feedback. I don't know what is vanila JS. Can you explain me?
1@maicondguerianPosted over 1 year ago@MaxiJRom Heym vanilla JS is the pure JavaScript without library or frameworks, it take more time to code once that in the librarys there is a lot of this alredy "coded" that you can implement in your code using npm etc.
Marked as helpful0@MaxiJRomPosted over 1 year ago@maicondguerian oohh I see. In that case, yes, I use Vanila JS :)
1@maicondguerianPosted over 1 year ago@MaxiJRom it's important to know the vanilla java script groundwork and then go to the libraries and frameworks so you're on the right way!
Marked as helpful0
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