
Design comparison
Solution retrospective
I used javascript quite fluently. I'm trying to improve in this aspect. I would have liked to use jquery to streamline the javascript code.
What challenges did you encounter, and how did you overcome them?I initially had difficulty managing variables in javascript. I overcame them with the use of class and id in html selectors.
What specific areas of your project would you like help with?I'm wondering if there is a faster and more intuitive way for lines of javascript code.
Community feedback
- @BeeAlmightyPosted 3 months ago
Hi Cesare, good work trying to attempt this challenge to the best of your ability, however there are some things i'd like to point out about your final solution and your code as well:
- First of, the lack of semantic html with the use of divs , for web accessibility, it's best you use html elements like section, main, header, footer, article.
- Then, your solution especially with smaller screen is not similar to the design given, i think you use implement mobile-first workflow then scale up from there to larger screens. But regardless, great work!!
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