@arthur-mendoncaSubmitted 14 days ago
What challenges did you encounter, and how did you overcome them?
Designing correctly the UI and adjusting the logic.
Designing correctly the UI and adjusting the logic.
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.