Skip to content

Rohit-Gupta-126/Quiz-App

Repository files navigation

Interactive Quiz Platform

A modern quiz application built with Next.js 15, featuring timed questions, instant feedback, and progress tracking.

Features

  • Quiz Taking Experience

    • Multiple choice and numerical answer questions
    • 30-second timer per question
    • Instant feedback on answers
    • Final score and performance summary
  • User Progress Tracking

    • Save quiz history using IndexedDB
    • View previous attempts and scores
    • Track time spent on quizzes
  • Responsive Design

    • Mobile-friendly interface
    • Modern UI with Tailwind CSS

Tech Stack

  • Next.js 15 (App Router)
  • React 19
  • Tailwind CSS
  • IndexedDB for local storage

Installation

  1. Clone the repository
git clone https://github.com/Rohit-Gupta-126/Quiz-App.git
cd Quiz-App
  1. Install dependencies
npm install
# or
yarn install
  1. Run the Build Server
npm run build
#or
yarn build
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

Deployment

This application is deployed on [Vercel]. You can view the live version at [https://quiz-app-rohit-gupta.vercel.app/].

About

An Interactive Quiz Platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published