Design comparison
Solution retrospective
I would try to make the code smaller next time. Combine the repetitive code in a function. I did that this time as well but I need more practice there.
I am proud of making two different files for css based on the breakpoint.
What challenges did you encounter, and how did you overcome them?First challenge was of to calculate number of years, months and days. I first thought of converting date to ms and calculating by converting milliseconds to years, months and days. That did not work out properly.
Then I made different cases based on whether the birth month is greater than current month or not and birth date is greater than current date or not. Based on that gave different formulas.
What specific areas of your project would you like help with?I think I need help with how to do animation with css, because I have done with JS
Community feedback
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