Submitted 3 days ago
Mortgage Calculator build with React & TailwindCSS
#react#tailwind-css#vite
@svetstoykov
Design comparison
SolutionDesign
Community feedback
- @grace-snowPosted 2 days ago
It's like you've jumped ahead a bit in this I think. There are a lot of foundational html (accessibility) and css issues that are usually countered before reaching a challenge of this complexity.
For example
- it's unusable on mobile because the height has been limited to the screen height.
- there are missing essential alt attributes on img elements
- I couldn't see any landmarks glancing through the code.
- I couldn't see a fieldset and legend unless I missed that somewhere.
I recommend you focus in on html learning in particular and maybe get feedback on simpler challenges before refactoring this one.
Marked as helpful1
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