Design comparison
SolutionDesign
Solution retrospective
What do you think :)
Community feedback
- @NaveenGumastePosted over 2 years ago
Hello Albaraa Adam ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
Always use
h1
first and thenh2
,h3
and so on -
Input buttons
must have discernible text
happy Codingπ
Marked as helpful1 -
- @tea-scriptsPosted over 2 years ago
Great job completing the challenge!
Some points to take note of:
- Try as much as possible to separate your files and link them up in the html rather than having all different types of codes in your HTML like JQuery, in-line JavaScript. This is not set in stop but is considered best practice and helps separate concerns.
- Do not use inline/internal styles when developing a website, you can create a
.css
file and set up your codes there. - The advice when fetched should be displayed in quotes
" "
and you seem to be missing that and might want to take a look at that. - You're supposed to have at least two layouts (desktop and mobile) but you've only got one. The challenge isn't only to test your coding skills but also your skills as a designer and this is one of the requirements of this challenge.
Great work using JQuery to fulfil the task. You're doing great, keep pushing π!
1
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