Fun and interactive Quiz app, where you get 5 questions from the Open Trivia Database API. Test your knowledge across various categories and difficulty levels!
- Fetches 5 random quiz questions from the Open Trivia Database API.
- Displays multiple-choice questions with shuffled answer options.
- Provides immediate feedback on answers.
- Shows the final score at the end of the quiz.
- React
- JavaScript
- HTML
- Tailwind CSS
- Vite
- OTDB API
- Clone the repository:
git clone https://github.com/jankady/Quizz-app cd quizz-app - Install dependencies:
-
npm install
- Start the development server:
npm run dev / npm start
- Open your browser and navigate to
http://localhost:3000to view the
Build as part of the Scrimba React Developer Career Path.