In this video I will create dynamic and responsive table component
Code: https://github.com/damirpristav/react...
Code Typescript: https://github.com/damirpristav/react...
00:00 - Create react app
00:19 - Install dependencies
00:46 - Delete unnecessary files and code
01:35 - Create Header component
02:34 - Create Table component
08:10 - Update App component and add data for tables
11:10 - Create style - add scss code
17:30 - Test the app