3 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
Web Development Blog Application

AI Summary: Implement responsive design on the homepage to ensure optimal viewing experience across all screen sizes (desktop, tablet, and mobile). This includes creating a responsive navigation bar, implementing fluid image resizing, scaling text and buttons for smaller screens, adjusting grid/flex layouts for mobile, and thorough testing across different devices.

Complexity: 4/5
enhancement good first issue
Web Development Blog Application

AI Summary: Create a comprehensive README file for a blog application. The README should include a project title and description, the technology stack used, installation and setup instructions, a usage guide with screenshots (if available), and contact/credit information.

Complexity: 3/5
documentation good first issue
Web Development Blog Application

AI Summary: Implement a dynamic navigation bar that displays the logged-in user's full name from backend data (user.fullName) in the EJS template, ensuring the username only appears when a user is logged in. This requires updating both the backend to provide the user data and the frontend EJS template to display it conditionally.

Complexity: 2/5
enhancement good first issue