In this video I will create countdown timer in react js with svg animation
Code: https://github.com/damirpristav/react...
Code Typescript: https://github.com/damirpristav/react...
00:00 - Create react app
00:21 - Install dependencies
00:42 - Delete unnecessary files and code
01:38 - Create daysInYear helper function
02:48 - Create Countdown component
16:12 - Create CountdownBox component
19:40 - Update App component
20:25 - Create style - add scss code
23:13 - Test the App