
Design comparison
SolutionDesign
Community feedback
- @dirkvankriekenPosted 16 days ago
First off, great work on finishing the project. I have some improvements that you could make:
- Use the font that they used that is indicated in the style guide.
- The sizing of most elements could be matched more closely to the provided design.
- Since most of the HTML is static, you might not need to generate it all in JavaScript. You could write the structure in HTML and just update the dynamic part using textContent or innerHTML. That way, the code is easier to read and maintain.
- The GSAP animation is a nice touch
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