SjxSubham/COntribute-HAcktoX

[Feature] Add FAQ Section

Open

#13 opened on Oct 12, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (14 forks)auto 404
enhancementgood first issuehacktoberfesthacktoberfest-accepted

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

Add an FAQ (Frequently Asked Questions) section with collapsible question/answer pairs.

Current Behavior

There is no FAQ section on the site.

Proposed Solution

Create an FAQ section with expandable/collapsible questions and answers.

Implementation Ideas

  • Use accordion component for Q&A pairs
  • Add smooth expand/collapse animations
  • Include 5-10 common questions
  • Style with Tailwind CSS
  • Consider using icons for expand/collapse indicators

Acceptance Criteria

  • FAQ section includes at least 5 questions
  • Questions expand/collapse on click
  • Only one question open at a time (optional)
  • Smooth animations for expand/collapse
  • Accessible with keyboard navigation
  • Mobile-friendly design

Additional Context

Questions can be about the project, contribution process, or general topics.

Contributor guide