React-quiz-app
Source: Dev.to
React Quiz App
🧠 This project highlights hands‑on understanding of React fundamentals, component‑based architecture, and efficient state management.
Live demo: https://react-quiz-app-lajpat.netlify.app/
Key Features
- 📊 Automatic score calculation
- 🔄 Dynamic question rendering
- 🧠 Smooth and user‑friendly quiz flow
- 📱 Fully responsive UI (Mobile & Desktop)
- ⚡ Fast performance with optimized React components
Tech Stack
- React.js
- JavaScript (ES6+)
- HTML5
- CSS3
- Netlify (Deployment)
Getting Started (Run Locally)
-
Clone the repository:
git clone https://github.com/Lajpatgautam/react-quiz-app.git -
Navigate to the project directory.
-
Install dependencies:
npm install # or yarn install -
Start the development server:
npm start # or yarn startThe app will be available at
http://localhost:3000.
What This Project Demonstrates
- Strong understanding of React state & props
- Component reusability and clean UI structure
- Timer logic and conditional rendering
- Real‑world project deployment experience
- Responsive design principles