Open Issues Need Help
View All on GitHub Write README and CONTRIBUTING Guide 2 months ago
AI Summary: Write a README.md file providing a project overview, setup instructions, and run steps, and a CONTRIBUTING.md file outlining contribution guidelines for the accessible React form project.
Complexity:
2/5
documentation help wanted
Accessible React form with validation, built to demonstrate collaboration skills
Create Accessible Form Component 2 months ago
AI Summary: Build a basic contact form in React with three fields (Name, Email, Message), ensuring accessibility through proper labeling (`htmlFor`), ARIA attributes (`aria-required`, `aria-invalid`), and basic validation for empty fields.
Complexity:
2/5
enhancement help wanted good first issue
Accessible React form with validation, built to demonstrate collaboration skills