\
0:00 Welcome to the course, FULL SHOWCASE OF THE APPLICATION
project\
23:43 Install and prepare the necessary tools
26:32 Let’s check some visual studio code extensions
35:54 Let’s setup the basic frontend
42:54 Let’s setup the basic backend (prepare the server)
50:17 Cors fully explained and setup with the server
1:03:28 Let’s setup routes
1:09:56 Environment variables
1:12:46 Let’s setup a MongoDb Atlas Account and connect to our application
1:19:54 Working with JSON and explaining HTTP response status codes
and send emails (backend)\
1:25:11 Let’s setup the User modal
1:38:16 Register and validate data and using Regex to validate email
2:01:34 Username live validation
2:10:57 JSON web tokens
2:16:35 Setup Google OAuth 2.0 to Access Google APIs
2:25:14 Finish register and send emails
2:49:10 Activate email
2:57:47 Login
frontend\
3:03:36 Let’s setup react router dom
3:11:02 React Redux store explained and full setup
3:20:55 Login an Register page part 1
3:40:12 Login and Register page part 2 (Formik)
3:53:50 Login and Register page part 3 (Yup)
4:14:12 Login and Register page part 4 (responsiveness)
4:27:42 Login and Register part 5 Footer
4:38:53 Learn about code refactoring
4:42:51 Register form
5:07:41 Working with dates for birthday
5:22:30 Register form validation
5:30:33 Register form error handling
5:48:44 Finish register error handling and fix errors
6:18:58 Register submit
6:40:56 Login submit
\
6:51:25 Header base part 1
7:10:03 Header base part 2
7:18:23 Click outside elements and close
7:27:40 Search menu
7:45:56 All Menu
8:04:54 User menu part 1
8:22:14 User menu part 2
8:40:06 Responsive Header
9:01:00 Finish Header and fix issues
\
9:04:51 Protected routes (very important ! )
9:12:07 Left home menu part 1
9:24:50 Left home menu part 2
9:44:44 Right home side
9:59:21 Let’s work on stories
10:19:24 Create post form
10:29:32 Responsive home advanced tricks 1
10:42:32 Responsive home advanced tricks 2
,reset password,activate account,logout\
10:55:39 Authentification middlware
11:05:29 Activate account part 1
11:19:21 Activate account part 2
11:31:59 Activate Account and fix asecurity risk
11:39:41 re-Send verification code
11:57:07 Logout