Skip to content
Submitted 17 days ago

A recipe search website built with React, Redux, and React Router

react, react-router, redux, vite, sass/scss
P
LVL 3
A solution to the Recipe finder website challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm proud of having implemented responsive dropdown menus, a search bar, and the ability to include settings in the URL. Next time, I would change the architecture of the entire project, move Redux inside the component so that the data is managed at the component level, and make the “More recipes” section dynamic rather than static.

What challenges did you encounter, and how did you overcome them?

It was difficult to implement the dropdown menu and search bar so that their values would be included in the URL.

What specific areas of your project would you like help with?
  • Should I move the recipe data to a component or keep it in Redux?
  • Should I load the recipe data across the entire app, or only when a user navigates to the relevant section?
  • Did I do the right thing by hiding one menu and displaying another in the header? Will this affect the semantics?
Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Константин’s solution.

Join 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