Mortgage calculator with TypeScript and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Geo-Bold
Hi Ilya,
Your implementation is both clean and responsive! I am unsure as to whether this was an intentional design choice, but the
inputs
in the Currency section appear to be left justified instead of centered. Additionally, the position of the "Clear All" button is not easy to spot on mobile devices. Perhaps consider moving it to the bottom of the form and add styling to make it more noticeable.Aside from these QoL improvements, I'd like to commend your for a job well done!
Geo
Marked as helpful - @vietthong31
The "Clear All" button of your live site (this deployment) just hides the result but not clears the fields. I think because of
input
elements don't havetype="text"
attribute.Marked as helpful
Join 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