Open Issues Need Help
View All on GitHubAI 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.
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.
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.