Please find here my solution for this project. I tried to implement the bonus task of animating the number output as well as taking leap years into consideration. However, just before submitting the solution I realized that the "animation" runs much slower in Firefox than in Chrome, but I am not quite sure why this is happening. Anyway please feel free to provide any feedback :)
Arturas Mickiewicz
@arturasmckwczAll comments
- @onkelarminSubmitted about 1 year ago@arturasmckwczPosted about 1 year ago
Looks absolutely great! The code is clean and readable!
The only thing I'd like to point out to is when I type 8.9.1985 (today is 8.9.2023) it reads 37y 11m 30d instead of 38y 0m 0d. Sorry I'm not able to post a screenshot here. And after some number of tries it started reading strange things. I did recording, you may find it on Discord #random (https://discord.com/channels/824970620529279006/1098207373434302504/1149648239839158385)
0 - @Mastermind390Submitted about 1 year ago@arturasmckwczPosted about 1 year ago
Hey Enitan,
Thanks for reviewing my Age calculator app. I noticed that you calculated the age in years, months, and days between dates, which is a better approach than converting milliseconds. However, I found that your code doesn't produce 100% accurate results. I suggest leveraging JavaScript's Date object to handle leap years, the number of days in months, and other factors for more accurate calculations. Wish you the best!
Marked as helpful0 - @MeaganASubmitted about 1 year ago
Hello, I completed this QR Code Challenge. I was having difficulty with the mobile version. There was more space at the top of the page that might cause the users to scroll down a little to get to the actual QR code card. Any constructive feedback on this challenge is welcomed!