Open Issues Need Help
View All on GitHubAI Summary: Implement a "Favorites" feature in a MERN stack book application. This involves adding buttons to add/remove books from a user's favorites list, creating frontend and backend APIs for managing favorites, and ensuring proper authentication and authorization. The favorites list should be accessible via a navbar link and display favorited books in a user-friendly manner.
AI Summary: Implement a confirmation dialog before logout in the BookHub application. The dialog should ask the user if they are sure they want to logout, with 'Yes' and 'No' options. 'Yes' logs the user out, 'No' cancels the logout.
AI Summary: Create a CONTRIBUTING.md file for the BookHub project, outlining contribution guidelines for developers. This should include information on forking, branching, committing, and submitting pull requests.
AI Summary: Add a GitHub icon to the navbar of the BookHub application that redirects to the project's GitHub repository (https://github.com/Sundaram-Katare/BookHub) when clicked.
AI Summary: Implement a dark mode toggle in the navbar of the BookHub application. The toggle should apply a dark theme to the entire application when activated.
AI Summary: Implement React toasts to provide feedback to the user upon successful login, signup, and logout actions within the BookHub application. This involves integrating a toast notification library and triggering notifications based on the authentication status.