Design comparison
Solution retrospective
This is my third project using React. I have not learned any new concepts from my last project. I practiced rendering lists dynamically using an array and map method. I also used CRA tool (Create React App).
I had a problem though and I was not able to solve it. I was not able to use the local fonts available in the assets folder. I tried many times but always failed. I guess I had a problem with the path to the font file. In the end, I imported both fonts in this challenge from Google Fonts.
I will try again to use local fonts in my future challenges.
I have placed the omelet photo in the same folder of the component responsible for rendering the photo. I read it's good practice to keep all resources belonging to a certain component inside that same component which sounds logical and keep everything organized and easy to access and manage.
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