Dev-47 / quiz-app

Quiz Application
MIT License
1 stars 7 forks source link

fe / create timer components for quiz frontend #3

Closed struckchure closed 2 years ago

struckchure commented 2 years ago

No styling is necessary here, just funtionality

ImArnoldDCODES commented 2 years ago

https://www.codegrepper.com/search.php?q=countdown%20in%20react%20jshttps://www.codegrepper.com/search.php?q=countdown%20in%20react%20js

Haryanfe commented 2 years ago

Are you guys finished your own tasks?

struckchure commented 2 years ago

At the end, the timer should be used this way

// Quiz.jsx or in any component
...
<Timer minutes={5} onFinish={()=>{console.log("time is up")}} />
...

taking 2 props

struckchure commented 2 years ago

Leave the timer for now !!!