This project is a React Quiz App that has been refactored to improve state management by replacing props drilling with Context API. It serves as a learning project for implementing React features more efficiently.
- 📋 Dynamic quiz with multiple questions
- 🗂️ State management using Context API (no more props drilling!)
- ⚛️ Built with React and styled with CSS Modules
- 🔥 JSON Server for mock backend data
- 📊 Score tracking
- React (Functional Components & Hooks)
- Context API for global state
- JSON Server for the backend
- Clone the repository:
git clone https://github.com/DasPooja/React-Quiz.git cd React-Quiz