Open Issues Need Help
View All on GitHubAI Summary: Fix the alignment issue in the footer of the QuoteGen application. This involves inspecting the HTML and CSS to identify and correct the misalignment, likely involving adjustments to margins, padding, or flexbox properties.
A beginner-friendly open source project to help you make your first contribution using HTML, CSS and JavaScript.
AI Summary: Update the project's README.md file to include a live demo link to the deployed QuoteGen application. This involves finding the deployed URL and inserting it into the designated section of the README.
A beginner-friendly open source project to help you make your first contribution using HTML, CSS and JavaScript.
AI Summary: Improve the HTML structure of a simple Quote Generator web application by replacing generic `<div>` tags with semantically appropriate elements like `<header>`, `<nav>`, `<main>`, and `<footer>`. This will enhance readability, accessibility, and SEO.
A beginner-friendly open source project to help you make your first contribution using HTML, CSS and JavaScript.
AI Summary: Debug and fix a broken search functionality in a simple quote generator web application. The application uses HTML, CSS, and JavaScript, and the search feature is not filtering quotes correctly. The task involves identifying and correcting errors in the JavaScript code responsible for the search functionality.
A beginner-friendly open source project to help you make your first contribution using HTML, CSS and JavaScript.
AI Summary: Fix the responsiveness issue in the QuoteGen website. The website currently doesn't resize properly on smaller screens, resulting in content being cut off or zoomed out. The task involves adjusting the CSS to make the website responsive and ensure it adapts fluidly to different screen sizes.
A beginner-friendly open source project to help you make your first contribution using HTML, CSS and JavaScript.
AI Summary: Add a favicon (a small icon representing the website) to the QuoteGen website. This involves finding a suitable image, converting it to the correct format if necessary, and then adding the appropriate HTML `<link>` tag to the `index.html` file to link the favicon to the website.
A beginner-friendly open source project to help you make your first contribution using HTML, CSS and JavaScript.