This is a simple quiz app developed using React.
- Multiple-choice questions
- Score tracking
- Responsive design
- Clone the repository:
git clone https://github.com/your-username/react-quiz-app.git
- Navigate into the project directory:
cd quiz-time
- Install dependencies:
npm install
- Start the application:
npm start
-
Open your browser and go to http://localhost:3000
-
Start playing the quiz!
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create your feature branch: git checkout -b feature/your-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin feature/your-feature
- Submit a pull request