Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.66 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.66 KB

The Almost Final Countdown - Game

About the Project

"The Almost Final Countdown" is an interactive game built using React.js that challenges players to stop the timer once they estimate that time is (almost) up. The game is designed to test players' reflexes and precision, providing an engaging experience using React's ref system and portals for efficient rendering.

How to Play

  1. Clone or download the repository.
  2. Install dependencies using npm install or yarn install.
  3. Start the application with npm start or yarn start.
  4. Choose the desired difficulty level (Easy, Medium, Hard).
  5. The countdown timer will begin.
  6. Click/tap the designated stop button when you estimate that time is (almost) up.
  7. Your accuracy in stopping the timer will determine your score.
  8. Try t o beat your previous scores or challenge friends to compete.

Screenshots

Image

Image

Installation

To run this Project Management Web App locally, follow these steps:

git clone git@github.com:Hanzalashaik/countDown-game.git
cd countDown-game
npm install

To start app

npm run dev

Technologies Used

  1. React.js: Front-end library for building user interfaces.
  2. JavaScript (ES6+): Programming language for application logic.
  3. React Refs: Used for interacting with DOM elements efficiently.
  4. Portals: Utilized for rendering components in different parts of the DOM tree.

HAPPY CODING😊