A responsive and interactive web-based quiz application designed for VIT Comprehensive Exams (BBS 2025).
Built with React.js, it allows students to practice multiple-choice questions efficiently with real-time feedback and a clean, modern UI.
- 100-question quiz per session with randomized questions and options.
- Responsive design with a smooth scrolling experience.
- Real-time answer validation (correct/incorrect highlights).
- Modern UI/UX using Tailwind CSS for styling.
- Easy navigation with a home page, instructions page, and quiz page.
- Frontend: React.js, Tailwind CSS
- State Management: React Hooks
- Routing: React Router
- Animations: Lottie Animations
- Build Tool: Vite / CRA (based on your setup)
-
Clone the repository:
git clone https://github.com/your-username/Comprehensive_exam.git cd Comprehensive_exam -
Install dependencies:
npm install
-
Start the development server:
npm start
- Open the application in your browser at
http://localhost:3000 - Start from the Home Page, read the Instructions, and click Start Quiz.
- Answer questions, navigate through them, and test your knowledge.
Comprehensive_exam/
βββ src/
β βββ Components/ # React components (Navbar, Footer, Quiz, Instructions)
β βββ utils/ # Question list and helper functions
β βββ App.js
β βββ index.js
βββ public/
βββ README.md
Contributions are welcome!
- Fork the repo
- Create a new branch:
git checkout -b feature-name - Commit your changes:
git commit -m 'Add new feature' - Push to the branch:
git push origin feature-name - Open a Pull Request
This project is licensed under the MIT License.
Β© 2025 Vansh Yadav β Comprehensive Quiz Application