Designing correctly the UI and adjusting the logic.
Latest solutions
Age Calculator using css and javascript
#pure-cssSubmitted 9 months agoIs there a way I can make the submit event function shorter?
Latest comments
- @arthur-mendoncaWhat challenges did you encounter, and how did you overcome them?@Prince95-cmd
Hey there, your UI is good, but I think there are several issues with the interaction. The calculator is suppose to throw an error if the day is more than the days in a particular month, and if the month is more than number 12, and also after calculating a particular age , re-entering a different birthdate, the calculator goes crazy and starts counting till infinity. Another thing I discovered is when focused on the input field the calculate button is supposed to change to black, but you didn't add that functionality. You could work on that as well.
Marked as helpful