Assignment-5 for review
Used contextAPI for state management and took a little reference for the cart and filter implementation.
Assignment-5 for review
Latest Changes
- Fixed the issues which were mentioned.
- useReducer is better option for state management than useState as there were many states to manage like diet, minutes, servings, time, ingredients…
Latest Changes
I have implemented all the changes but for point 2 in the feedback it was mentioned in the assignment to use "React Query for efficient data fetching and caching" under technical features section.…