React App - Create A Digital Clock And React Counter App

React App - Create A Digital Clock And React Counter App

By Ifeanyi Omeata

#React #Javascript #DigitalClock #CounterApp #ReactNative #Node #python

Project Files - github.com/omeatai/Digital-Clock-Project
Live DEMO - omeatai.github.io/Digital-Clock-Project
My Projects - ifeanyiomeata.com

00:00 - Intro 00:34 - App Component 01:45 - useState Hooks 03:25 - Inline Styling (Styled Components) 04:28 - setInterval Method 05:53 - Start and Stop Buttons 11:10 - useEffect 15:05 - Function Dependent 16:45 - clearInterval 18:45 - onClick Event Logic 20:23 - Debug Event in console 21:51 - Counter App Interface 25:29 - Counter App Logic 27:38 - Error Messaging 32:05 - Prevent below 0 33:13 - End