This is a simple web-based application to search through a list of questions and answers stored in a JSON file. The app allows users to quickly find specific questions and their corresponding answers by typing keywords into a search box.
- Search for questions and answers in real-time as you type.
- Display all questions and answers initially.
- Simple and clean user interface.
- HTML
- CSS
- JavaScript
- JSON
- GitHub Pages (for hosting)
- Clone this repository to your local machine:
git clone https://github.com/your-username/question-answer-search.git cd question-answer-search