![App Screenshot](Screenshot 2023-09-09 222346.png)
Trading Quiz App is an interactive web application that allows users to test their knowledge of trading concepts and improve their skills. The app includes a timed quiz, streak tracking, and a variety of trading-related questions.
You can try out the app live at Demo Link.
- Timed Quiz: Users have 1 minute to answer each question.
- Streak Tracking: Keep track of your correct answers streak.
- Randomized Questions: Questions are randomized to keep the quiz challenging.
- Interactive UI: An attractive and user-friendly interface.
Follow these steps to get the Trading Quiz App up and running on your local machine:
-
Clone the repository:
git clone https://github.com/yourusername/trading-quiz-app.git
Navigate to the project directory:
cd trading-quiz-app
Open the app in your web browser:
You can open the index.html
file directly in your web browser to run the app.
- Click the "Start Quiz" button to begin the quiz.
- Answer the questions within the time limit.
- Your streak and score will be displayed on the screen.
- After the quiz, you'll see a message indicating your performance.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the project.
- Create your feature branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
This project is licensed under the MIT License.