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
The Countdown App is a React-based project designed to practice Refs and Portals. It features a countdown timer where users can enter their name and participate in four different challenges. Users can start and stop any challenge, earning points based on how close they stop to the initial countdown time. If the time expires without stopping, the us
A Timer Game project built with React, demonstrating the use of advanced React concepts such as useRef, ref forwarding, useImperativeHandle, and portals. Created reusable modal and input components.
Timer Challenge Game is a simple and interactive React-based game where users test their reflexes by starting and stopping a timer. The goal is to stop the timer before it runs out. The game features a modal to display results and is easily customizable for different timer durations. Perfect for practicing quick decision-making and timing skills!