Feedback is welcomed. Please feel free to comment if you see anything that needs to be improved. Thanks!
Rahul sinha
@raulxAll comments
- @rule-kellsSubmitted over 1 year ago@raulxPosted over 1 year ago
hi kellen..nice solution. but i think there is one problem, it does not check for leap years ,for example-29/02/2002 is an invalid date. feel free to review my solution.
1 - @adityayaduvanshiSubmitted over 1 year ago
I didn't find anything difficult in this project
@raulxPosted over 1 year agohi aditya..nice solution. but i think there is one problem, it does not check for leap years ,for example-29/02/2002 is an invalid date. by the way i liked the animation at the end.. feel free to review my solution.
0 - @raulxSubmitted over 1 year ago@raulxPosted over 1 year ago
this is my solution to the Age-Calculator App. validation part was quite tough,i used js to add and remove classes and implemented every possible validation for inputs. if anyone getting stuck at calculating the age correctly can see the code logic. note that javascript date module is quite weird eg- 31 april which is a invalid date will be returned as 1 may.so look carefully how i implemented the validation behaviour. if any bug found please let me know. this challenge test your problem solving skills.
0