9 Open Issues Need Help Last updated: Aug 18, 2025

Open Issues Need Help

View All on GitHub
Add Icon 2 months ago
enhancement good first issue
enhancement good first issue

AI 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.

Complexity: 3/5
bug help wanted

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.

Complexity: 2/5
bug help wanted good first issue
Documentation 3 months ago

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.

Complexity: 2/5
documentation good first issue
GitHub Icon 3 months ago

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.

Complexity: 2/5
good first issue
Dark Mode 3 months ago

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.

Complexity: 3/5
enhancement good first issue
UI/UX Enhancement 3 months ago

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.

Complexity: 2/5
enhancement good first issue