Open Issues Need Help
View All on GitHubAI Summary: This issue requests the creation of a new accordion component. It should feature multiple sections that expand and collapse on click, with the constraint that only one section can be open at any given time. The component also requires a smooth height transition animation when sections open or close.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requires building a contact form using HTML, CSS, and JavaScript. The form must implement client-side validation for name, email, and message fields, dynamically displaying error messages, and visually highlighting invalid inputs with CSS.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the implementation of an image carousel or slider component. Key features include smooth transitions, automatic and manual slide control, and a single-file JavaScript implementation. It's tagged as a 'good first issue' and for Hacktoberfest, suggesting it's intended to be approachable for new contributors.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the creation of a README.md file for a repository. The README should outline the project's purpose, explain how contributors can add HTML, CSS, and JS components in a single file, and provide contribution instructions. Optional additions include a license section and badges.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the creation of a reusable loading spinner component. It should feature a CSS-animated rotation and allow for easy customization of its size and color.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the implementation of a dark/light mode toggle for a web page. The toggle should smoothly transition between themes and be implemented using a single JavaScript file. This is a common feature for improving user experience and accessibility.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the implementation of a Floating Action Button (FAB) in the bottom right corner of the UI. The FAB should have a hover animation and its click action should be handled by a single JavaScript file.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the implementation of a tooltip component that displays on hover over a designated element. Key requirements include the ability to position the tooltip in various directions (top, bottom, left, right) and a simple CSS fade-in/out animation for its appearance.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the creation of a reusable card component that displays an image, title, and description. The component should also include a hover effect and be designed to work effectively when multiple cards are present on a single page.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the creation of a reusable modal popup component using vanilla JavaScript. The modal should be triggerable by a button, close when clicking the 'X' or outside the modal, and feature smooth fade-in/out animations. The solution should be contained within a single JavaScript file.
Collection of Element Made by HTML, CSS, JS.
AI Summary: This issue requests the implementation of a responsive navigation bar using HTML, CSS, and JavaScript. The navigation bar should transform into a hamburger menu on smaller screens and include smooth toggle animations and hover effects for links, all within a single file.
Collection of Element Made by HTML, CSS, JS.