Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am glad that I am able to make the end product look 95% similar to the design.
What challenges did you encounter, and how did you overcome them?I faced a slight hurdle in the usage of arrow functions. When I enclosed the code in {}
, I forgot to include the return
keyword but since the expression was just a 1 liner, I could drop the {}
and not have the return
keyword. I overcame this challenge by understanding the usage of implicit return and explicit return.
I did not face major challenges in this project.
However, I appreciate any feedback on how I can improve the accessibility and refactor the code in a better way
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