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
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!
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.