A responsive and interactive Quiz Application built with React.js. The application allows users to answer multiple-choice questions within a limited time, tracks their progress, and displays the final score with performance feedback.
https://my-quize-app.netlify.app/
- Interactive multiple-choice quiz
- 10 questions with countdown timer
- Dynamic question rendering
- Progress bar to track quiz completion
- Instant score calculation
- Final result screen with performance feedback
- Restart quiz functionality
- Responsive design for desktop and mobile
- Modern dark-themed user interface
- React.js
- JavaScript (ES6+)
- HTML5
- CSS3
- Vite
git clone https://github.com/Pratik-Sarse/Quiz-Application.git
cd Quiz-Application
npm install
npm run devQuiz-Application
│── public
│── src
│ ├── assets
│ ├── components
│ ├── App.jsx
│ ├── main.jsx
│── package.json
│── vite.config.js
- Add multiple difficulty levels
- Randomize quiz questions
- Add category selection
- Store high scores
- Add leaderboard
- Add sound effects
Pratik Sarse
GitHub: https://github.com/Pratik-Sarse
Portfolio: https://pratik-sarse-portfolio.netlify.app/


