Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 901 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 901 Bytes

📚 React Quiz App 📚

This React-based quiz application demonstrates the use of the useReducer hook for state management. Unlike traditional approaches using useState, this app relies solely on useReducer to handle state changes. It also utilizes useEffect to manage timing for the quiz. Users can take a quiz with a time limit, and their results are displayed at the end.

Features

  • State Management with useReducer: Manages quiz state without useState.
  • Timer: Limits the quiz to a specific duration.
  • Results Display: Shows the user's score and correct answers after completion.
  • Responsive Design: Optimized for various screen sizes.

Getting Started

Prerequisites

  • Node.js and npm (or yarn) installed on your machine

Installation

  1. Clone the repository:

    git clone https://github.com/kevalmehta17/react-quiz-app.git