React Quiz 🧠
An interactive quiz application built with React and TypeScript.
The application contains a set of React-related questions and allows users to test their knowledge, track their progress, and see their final score.
🚀 Features Start a quiz with multiple-choice questions Track quiz progress Select answers and receive points Different questions have different point values Countdown timer Automatically finish the quiz when the time runs out Display the final score Restart the quiz 🛠️ Technologies React TypeScript Vite CSS React Hooks useReducer
📚 What I Practiced
This project helped me practice:
React component-based architecture State management with useReducer Props and component communication Conditional rendering Event handling TypeScript types and interfaces Working with local static data Creating a countdown timer