Quiz Game

This is a simple Quiz Application built using React.js. It presents users with multiple-choice questions, evaluates their answers, and displays the score upon completion. The app is interactive and uses modern design principles with Tailwind CSS for styling.

Features : Multiple-choice questions with selectable options. Tracks user's score during the quiz. Displays the final score after quiz completion. "Try Again" button to reset the quiz and start over. Responsive design for better user experience on all devices.

Technologies Used : React.js: Frontend framework for building the user interface. Tailwind CSS: Utility-first CSS framework for styling. Installation To run the project locally, follow these steps:

Clone the repository:

git clone https://github.com/vai-sys/Quiz-Game.git cd Quiz-Game

Install dependencies: npm install npm start