Currently, the FAQSection.jsx on the Explore page displays all questions and answers immediately. We want you to refactor this into an interactive accordion component using React useState. Only the questions should be visible by default; clicking a question to toggle its respective answer open/closed.
Currently, the FAQSection.jsx on the Explore page displays all questions and answers immediately. We want you to refactor this into an interactive accordion component using React useState. Only the questions should be visible by default; clicking a question to toggle its respective answer open/closed.