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.gitNavigate to the project directory.
Install dependencies:
npm install # or yarn installStart 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