A clean, responsive, and animated multiple-choice quiz built with React, styled with TailwindCSS, and sprinkled with Framer Motion for smooth transitions. It supports question locking, score tracking, a progress bar, and a results screen.
- One question at a time
- Immediate correct/wrong feedback
- Animated progress bar
- Final results screen + reset
To clone the project and install the dependecies:
git clone https://github.com/devxarif/reactjs-quiz.git
cd reactjs-quiz
npm i
To run the project in localhost:
npm run dev
To run the project in production:
npm run build
It will help a lot if you can give a ⭐ to the repository.

