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
- Clone this repository to your local machine.
- Open the
data.json
file in the root directory. - 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"
}
]
- Save the
data.json
file. - Open the
index.html
file in your web browser. - Click on the "Show Answer" button to reveal the answer to the current question.
- 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.
This application was built using HTML, CSS, and JavaScript.
The idea for Quiz Card was inspired by the Quizlet .
This application is licensed under the MIT License.