https://github.com/buzzraa/countdown-game
This project is a timer game which is built using React.js in which score is based on being able to stop time as close to the timer. It covers concepts such as object / array destructuring, props, conditional rendering, useState, useRef, forwardRef, createPortal and useImperativeHandling.
https://github.com/buzzraa/countdown-game
array-destructuring conditionalrendering createportal css forwardref html js object-destructuring props react-components reactjs useimperativehandle useref usestate vite
Last synced: 3 months ago
JSON representation
This project is a timer game which is built using React.js in which score is based on being able to stop time as close to the timer. It covers concepts such as object / array destructuring, props, conditional rendering, useState, useRef, forwardRef, createPortal and useImperativeHandling.
- Host: GitHub
- URL: https://github.com/buzzraa/countdown-game
- Owner: BuZZraa
- Created: 2024-02-08T19:05:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T19:06:58.000Z (over 1 year ago)
- Last Synced: 2025-01-14T03:13:28.358Z (5 months ago)
- Topics: array-destructuring, conditionalrendering, createportal, css, forwardref, html, js, object-destructuring, props, react-components, reactjs, useimperativehandle, useref, usestate, vite
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countdown-Game
This was a walkthrough project i did as a requirement for a course in udemy( React - The Complete Guide 2024 incl. React Router & Redux ) by Maximilian Schwarzmüller.