A modern quiz application built with Next.js 15, featuring timed questions, instant feedback, and progress tracking.
-
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
- Next.js 15 (App Router)
- React 19
- Tailwind CSS
- IndexedDB for local storage
- Clone the repository
git clone https://github.com/Rohit-Gupta-126/Quiz-App.git
cd Quiz-App
- Install dependencies
npm install
# or
yarn install
- Run the Build Server
npm run build
#or
yarn build
- Run the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser
This application is deployed on [Vercel]. You can view the live version at [https://quiz-app-rohit-gupta.vercel.app/].