🧠 Quiz App (React JS)
A simple and interactive Quiz Application built using React JS (JavaScript only). This app allows users to attempt multiple-choice questions, track their score, and get instant feedback.
🚀 Features
- Multiple-choice questions
- Real-time score tracking
- Instant answer validation
- Clean and responsive UI
- Built completely with JavaScript (no TypeScript)
🛠 Tech Stack
- React JS
- JavaScript
- CSS
- Vite
📦 Installation & Setup
Follow these steps to run the project locally:
1️⃣ Fork the Repository
Click the Fork button on the top-right of this repo. 2️⃣ Clone the Repository
git clone https://github.com/Akash4701/QuizApp.git3️⃣ Navigate to Project Folder
cd QuizApp4️⃣ Install Dependencies
npm install5️⃣ Run the Development Server
npm run devNow open your browser and go to:
http://localhost:5173
🌟 Future Improvements
- Timer feature
- Leaderboard
- Category-based quizzes
If you like this project, don’t forget to ⭐ the repo 😄

