A fun and interactive quiz application where users can test their knowledge by answering multiple-choice questions and receiving a final score.
The Quizzical App is an interactive quiz application that allows users to test their knowledge by answering multiple-choice questions. Built with React, this application fetches trivia questions from the Open Trivia Database and provides a user-friendly interface for engaging quiz experiences.
- React: For building user interfaces
- CSS: For styling the application
- HTML: For structure and layout
- API Integration: Fetching trivia questions from the Open Trivia Database
- User-Friendly Interface: A simple and intuitive layout for an enjoyable quiz-taking experience.
- Real-Time Scoring: Immediate feedback on answers, along with a final score at the end of the quiz.
- API Integration: Utilizes the Open Trivia Database for dynamic content fetching, ensuring fresh and interesting questions every time.
- Responsive Design: Optimized for desktop, tablet, and mobile devices.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/AustejaSk/quizzical-app.git
- Navigate to the project directory:
cd quizzical-app
- Install the required packages:
npm install
- Start the development server:
npm start
After starting the development server, open your browser and navigate to http://localhost:3000
to view the Quizzical App. You will be presented with a quiz interface where you can answer multiple-choice questions, and see your score at the end of the quiz.
This project is licensed under the MIT License.