Design comparison
Solution retrospective
I’m most proud of this project because I initially attempted it 8 months ago and had a really hard time understanding time calculations. All those Codewars and Exercism challenges seem to have paid off. Next time, I’ll focus on improving accessibility and SEO. I plan to read more on those topics and work on areas where I’m currently weak or less passionate.
What challenges did you encounter, and how did you overcome them?The hardest part of this project was dealing with the configuration. I was also unsure about the best way to test my code. However, I’m pretty happy with my test coverage and believe I have tested all functionality thoroughly.
What specific areas of your project would you like help with?I would love feedback on the following specific areas of my project:
Jest: Any suggestions for improving my test coverage or test strategies?
SCSS: Advice on optimizing or improving my stylesheets and their structure?
TypeScript: Recommendations for better type management or any potential improvements?
Additionally, I implemented a feature that replaces form validation with auto-correction. For example, if a user types "31 February," it auto-corrects to the last day of February for that year, adjusting for leap years as needed. While I considered adding validation for the correct format, it feels unnecessary with the auto-correction in place. What are your thoughts on this approach?
Community feedback
- @MikDra1Posted 3 months ago
Well done,
One thing that could be improved is that when there is one year it is displayed 1years and it should be 1year. The same applies to months and days. Try to sort out this problem with template literal and ternery operator 😉.
Hope you found this comment helpful 💗💗💗
Good job and keep going 😁😊😉
Marked as helpful1
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