A simple and interactive Quiz Application built with React.
This project was created as a practice project to strengthen React fundamentals like components, props, state, hooks, and routing.
- π Multiple-choice quiz questions
- β³ Countdown timer for each quiz
- β Automatic answer checking
- π Score tracking
- π Restart quiz option
- π¨ Responsive UI with centered layout
- βοΈ Built entirely with React (functional components + hooks)
- React (useState, useEffect, react-router-dom)
- CSS for styling
Clone this repo and run locally:
# Clone the repo
git clone https://github.com/priyanshusinghchouhan/Quiz-App.git
# Navigate into the project
cd Quiz-App
# Install dependencies
npm install
# Start development server
npm run dev
- Understand React state management with useState.
- Practice side effects with useEffect (for timer).
- Learn React Router for navigation.
- Build a clean and simple UI layout in React.
This project is for learning purposes only (MIT License).