Skip to content

JatinDhamija816/quiz_app

Repository files navigation

Quiz App

Overview

The Quiz App is a web application built using React.js and styled with Tailwind CSS. It allows admins to create multiple-choice quizzes, which are stored in the browser's local storage. Users can view a list of all quizzes, take any quiz, and review their score and answers upon submission.

Features

  • Admin Panel: Create and manage multiple-choice quizzes.
  • Local Storage: Store quizzes in the browser's local storage.
  • Home Page: Display a list of all available quizzes.
  • Quiz Taking: Users can take quizzes and submit their answers.
  • Score Review: Users can review their score and see their answers after submitting a quiz.

Tech Stack

  • Frontend: React.js
  • Styling: Tailwind CSS
  • Data Storage: Browser's Local Storage

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.
  • Basic understanding of React and Tailwind CSS.

Installation

  1. Clone the repository:
    git clone https://github.com/JatinDhamija816/quizApp
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

The app should now be running on http://localhost:5173.