Design comparison
Solution retrospective
It take me a very short time to complete the project
What challenges did you encounter, and how did you overcome them?There where no challenges of any kind
What specific areas of your project would you like help with?I am available for any assistance that i can do on Html, css, Javascript, react
Community feedback
- @JamesLavironPosted 3 months ago
- Does the solution include semantic HTML?
Yes it does, nice use of semantic HTML here. You could add a main or a section.
- Is it accessible, and what improvements could be made?
It is.
- Does the layout look good on a range of screen sizes?
Yes it does look ok.
- Is the code well-structured, readable, and reusable?
Not at all. You have to use CSS variables in order to make it reusable on future components. You souldn't use tag selectors such as
h2{}
p{}
. It is very bad for performances. Always use classes or IDs. Moreover you should use a code editor and an extension for code formatting in order to avoid issued syntaxes.- Does the solution differ considerably from the design?
Yes it does, many differences.
0@Alex-EnogiasunPosted 3 months agoThanks alot for your wonderful observations. I will reassess and re-design the task @JamesLaviron
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