Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 751 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 751 Bytes

Overview

The Quiz App is a simple web application that allows users to answer multiple-choice questions related to React. The app includes a timer for each question, different difficulty levels, and a feature to display past quiz results and high scores.

Features

  • Multiple-choice Questions: Users can select answers from multiple choices.
  • Timer: Each question has a timer to increase difficulty and urgency.
  • Difficulty Levels: Users can choose from three difficulty levels: easy, medium, and hard.
  • Score Tracking: At the end of the quiz, users see their score and can view their past quiz results or high scores.

Technologies Used

  • React
  • Tailwind CSS (for styling)
  • TypeScript (for type safety)