Quiz Card

Welcome to Quiz Card, a simple application that allows you to add your own questions and answers to boost your revision. This README file provides an overview of the application and instructions on how to use it.

View it Live Here

How to Use Quiz Card

  1. Clone this repository to your local machine.
  2. Open the data.json file in the root directory.
  3. Add your own questions and answers in the following format:
[
    {
        "qsn": "Spanish meaning of 'a'",
        "answer": "Direction or recipient"
    },
    {
        "qsn": "Spanish meaning of 'de'",
        "answer": "Possession or origin"
    }
]
  1. Save the data.json file.
  2. Open the index.html file in your web browser.
  3. Click on the "Show Answer" button to reveal the answer to the current question.
  4. Use the "Next" and "Previous" buttons to navigate between questions.

Feel free to make changes and add more functionalities to this application. You can modify the index.html and script.js files to customize the look and behavior of the application.

Technologies Used

This application was built using HTML, CSS, and JavaScript.

Credits

The idea for Quiz Card was inspired by the Quizlet .

License

This application is licensed under the MIT License.