nikhil-bhandari / timer-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple implementation of time with and without custom useInterval hook.

Usage for both the components is same.

<TimerWithHook duration={10}/>
<Timer duration={10}/>

Note: This project was bootstrapped with Create React App.

About


Languages

Language:JavaScript 75.5%Language:HTML 15.9%Language:CSS 8.6%