Responsive age calculator app with HTML5, CSS3 and JavaScript
Design comparison
Solution retrospective
First time doing form validation with JS, hopefully i'll be able to do it more professionally next time
What challenges did you encounter, and how did you overcome them?Faced bare problems but i solved them somehow
Community feedback
- @Ozzy-codesPosted 3 months ago
Hi @DavidFayemi,
Congrats on completing the project!
Quick suggestion, in mobile view add a
position: relative
to your button and you'll see the border of the horizontal line get behind the button.I also noticed that there is a logic bug in the app: A birthday of April 31st of 1991, doesn't exist and your app should respond with an error messages. I'll fork your repo and take a look at the logic when I get a chance, but feel free to take a look at my repo, specifically my validationFactory.js in the meantime.
Happy Coding!
Marked as helpful0
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