You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⌛ A ReactJS Quiz app, inspired by Jonas's course, begins with a simple 'Start' button and offers an intuitive interface for selecting and changing answers. It automatically calculates and displays scores at the quiz's conclusion. Users can also restart the quiz to try again
coding-challenge: The Quiz App uses React's useEffect and useReducer hooks for dynamic data fetching and state management. It pulls questions from an API and manages user interactions, scoring, and timers through modular components like headers, loaders, and progress indicators.
Welcome to the React Quiz App! This project is a fully functional quiz application built with React. It allows users to take quizzes, view their scores, and see correct answers after completing the quiz.
ShopMate is a modern e-commerce web app built with React, Tailwind CSS, and React Router. It uses FakeStoreAPI for product data and manages state using Context API and custom hooks. Users can browse, add to cart, and complete a mock checkout with a responsive and clean UI.