Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 685 Bytes

Question and Answer Search

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.

Features

  • Search for questions and answers in real-time as you type.
  • Display all questions and answers initially.
  • Simple and clean user interface.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • JSON
  • GitHub Pages (for hosting)

How to Use

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/question-answer-search.git
    cd question-answer-search