Open Issues Need Help
View All on GitHubAI Summary: This issue requests the creation of a static, visually complete homepage. It involves setting up basic HTML structure, styling a responsive navigation bar, and adding placeholder content for blog posts, all while adhering to a clean design with readable fonts and a professional color palette.
AI Summary: This issue requires implementing the core Create and Read functionality for blog posts on the backend. It involves setting up a server and database, defining a Post model, and creating API endpoints to fetch all posts and create new ones.
AI Summary: This issue requires fetching a list of posts from a backend API and dynamically displaying them on the homepage. Each post's title and summary should be rendered, with the title linking to a single-post page. The goal is to replace static content with live data from the API.
AI Summary: This issue requires implementing Markdown rendering for blog post content on the frontend. The developer needs to select a secure Markdown parser library, convert raw Markdown to HTML, and ensure the output is sanitized to prevent XSS vulnerabilities. The goal is to display formatted posts safely.