Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm glad this project provided experience in things I thought I already knew well. For example, I don't remember doing a custom dropdown option in css, or using the audio tag in html before. I had fun building this project !
What challenges did you encounter, and how did you overcome them?Dictonary API returned an object to be displayed in case of errors. As you know, it is impossible to throw error and return data at the same time. But as I was told in the frontend mentor community, it is possible to throw an object as if (!res.ok) throw data
for example, and it is successfully triggered with if block with loading of error page.
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