Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Most proud of the use of useQuery, the new recommended way of fetching data in React 18 or higher.
What challenges did you encounter, and how did you overcome them?Trying to avoid exposing the API key in the public repository code led me to using an environment variable. It took me a while to find out that Vite env variables have to be prefixed in a specific way, and that I had to inject them again in the GitHub workflow.
What specific areas of your project would you like help with?Even though it wasn't new to me, structuring the page and organizing the CSS proved to be a challenge again. Any feedback is welcome 👐
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