2 stars 6 forks 2 watchers TypeScript MIT License
accessibility hacktoberfest learning open-source playground react
5 Open Issues Need Help Last updated: Oct 21, 2025

Open Issues Need Help

View All on GitHub
Web Development Front-End Development

AI Summary: This issue proposes the creation of a new `AccessibleButton` component in React. The component should support various visual variants (primary, secondary, danger) and sizes (small, medium, large), along with loading and disabled states. Crucially, it must adhere to accessibility best practices, including semantic HTML, ARIA attributes, focus visibility, and screen reader announcements.

Complexity: 3/5
enhancement help wanted good first issue hacktoberfest

TypeScript
#accessibility#hacktoberfest#learning#open-source#playground#react
Web Development Front-End Development

AI Summary: This issue requests the creation of an `AccessibleTabs` component in React. The component should implement standard tab functionality with mouse and keyboard navigation (arrow keys, Home, End), adhering to ARIA best practices for accessibility. It also requires comprehensive testing, including unit, integration, and accessibility tests.

Complexity: 3/5
enhancement help wanted good first issue hacktoberfest

TypeScript
#accessibility#hacktoberfest#learning#open-source#playground#react
Web Development Front-End Development

AI Summary: This issue requests the creation of a new `AccessibleModal` component. The component should adhere to WCAG 2.1 guidelines and ARIA best practices, including proper dialog semantics, focus trapping, keyboard controls, and preventing body scroll. It also requires comprehensive testing and documentation.

Complexity: 3/5
enhancement help wanted good first issue hacktoberfest

TypeScript
#accessibility#hacktoberfest#learning#open-source#playground#react
Web Development Front-End Development

AI Summary: This issue aims to significantly improve the test coverage for the `AccessibleDropdown` component. It requires adding tests for various edge cases, user interactions, screen reader behavior, and performance scenarios to achieve 100% test coverage.

Complexity: 3/5
enhancement help wanted good first issue hacktoberfest

TypeScript
#accessibility#hacktoberfest#learning#open-source#playground#react
Web Development Front-End Development

AI Summary: This issue requests the implementation of a dark/light theme toggle component. It needs to detect system preferences, persist user choices in localStorage, and ensure accessibility and smooth transitions. The implementation involves creating new component files and modifying existing ones to integrate theme variables and the toggle.

Complexity: 2/5
enhancement help wanted good first issue hacktoberfest

TypeScript
#accessibility#hacktoberfest#learning#open-source#playground#react