assignment5 Blogpost code review
Assignment-5 for review
After first code review
Done
First
You're using window.location.href for navigation in the button click event. It's better to use the useNavigate hook from react-router-dom for navigation within a React app. This ensures that the navigation is handled by React's routing system, preventing a full page reload.