An open API service indexing awesome lists of open source software.

https://github.com/bekalueshete/timer-game

✅ A fun timer challenge game built in React 19. Start the countdown and stop it as close to zero as you can to win. Includes score tracking, win/loss modal, and full reset functionality. 🚀
https://github.com/bekalueshete/timer-game

game javascript react react-project reacthooks timer-app

Last synced: about 1 month ago
JSON representation

✅ A fun timer challenge game built in React 19. Start the countdown and stop it as close to zero as you can to win. Includes score tracking, win/loss modal, and full reset functionality. 🚀

Awesome Lists containing this project

README

          

# ⏱️ Timer Challenge App

A simple yet engaging React-based timer challenge app where users must stop the countdown as close to zero as possible to win. The app visually displays a countdown, determines win/loss, shows results in a modal dialog, and tracks your score based on your reaction time.

## 🚀 Features

- ⏳ Countdown timer in milliseconds
- 🎯 Challenge-based gameplay: stop the timer at the right time!
- 📊 Score calculation based on remaining time
- 💬 Result dialog with win/loss status
- 🔁 Reset & restart functionality
- 🔧 Built with React 19 (no `forwardRef`)

## 🛠️ Technologies Used

- React 19
- JavaScript (ES6+)
- CSS Modules or regular CSS
- React `useRef`, `useImperativeHandle`, `useState` hooks

## 📦 Installation

```bash
git clone https://github.com/BekaluEshete/timer-challenge-app.git
cd timer-game
npm install
npm start