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

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.

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.