Skip to content

kevalmehta17/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published