Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 407 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 407 Bytes

React FAQ Accordion

This is a simple FAQ Accordion app built with React. The app displays a list of frequently asked questions (FAQs) related to the React framework. Users can click on each question to reveal or hide the answer.

Features

  • Display a list of FAQs.
  • Click on a question to toggle the visibility of the answer.
  • Simple and clean UI.

Technologies Used

  • React
  • JavaScript
  • CSS