Mern
Mern
HTML 5 Page 1
HTML 5 Page 2
Day3- Pre, br, hr, fevicon
20 March 2023 09:09 PM
Inline Element
HTML 5 Page 3
HTML 5 Page 4
HTML 5 Page 5
Day4- Image and Formatting tags
21 March 2023 09:03 PM
HTML 5 Page 6
HTML 5 Page 7
HTML 5 Page 8
Day5- Anchor Tag
22 March 2023 09:50 PM
HTML 5 Page 9
HTML 5 Page 10
Day 6- Iframe
23 March 2023 09:14 PM
HTML 5 Page 11
HTML 5 Page 12
Day 7- Tables
24 March 2023 09:06 PM
HTML 5 Page 13
HTML 5 Page 14
HTML 5 Page 15
HTML 5 Page 16
Day 8- Lists
28 March 2023 09:26 PM
HTML 5 Page 17
HTML 5 Page 18
HTML 5 Page 19
HTML 5 Page 20
Day 9- Inline Vs Block Level
31 March 2023 10:55 AM
HTML 5 Page 21
Day 10- Meta Tags
31 March 2023 09:17 PM
HTML 5 Page 22
HTML 5 Page 23
HTML 5 Page 24
Day 11- Div, Span (Non Semantic HTML)
03 April 2023 09:46 PM
HTML 5 Page 25
Day 12- Semantic Vs Non Semantic Tags
04 April 2023 09:17 PM
HTML 5 Page 26
Day 13 - Form: GET
06 April 2023 10:19 PM
HTML 5 Page 27
HTML 5 Page 28
Day 14 - Form: POST
06 April 2023 09:35 PM
HTML 5 Page 29
HTML 5 Page 30
HTML 5 Page 31
HTML 5 Page 32
Day 15 - Different Input Types
07 April 2023 09:37 PM
HTML 5 Page 33
HTML 5 Page 34
HTML 5 Page 35
Day 16 - Multimedia
13 April 2023 09:24 PM
HTML 5 Page 36
HTML 5 Page 37
Day 17 - SVG Graphics
15 April 2023 07:46 PM
HTML 5 Page 38
HTML 5 Page 39
HTML 5 Page 40
Day 18 - Canvas Graphics
17 April 2023 09:19 PM
HTML 5 Page 41
HTML 5 Page 42
29 September 2023 09:19 PM
HTML 5 Page 43
Day1 - Basics
20 April 2023 09:10 PM
CSS 3 Page 44
CSS- Syntax
CSS 3 Page 45
CSS 3 Page 46
Day2 - Selectors
21 April 2023 09:10 PM
CSS 3 Page 47
CSS 3 Page 48
Day3 - Comments, Colors
24 April 2023 09:08 PM
CSS 3 Page 49
CSS 3 Page 50
Day4 - Border
25 April 2023 10:12 PM
CSS 3 Page 51
CSS 3 Page 52
Day4 - Box Model
25 April 2023 09:07 PM
CSS 3 Page 53
CSS 3 Page 54
Day5 - Display Property
27 April 2023 09:40 PM
https://www.w3schools.com/css/css_display_visibility.asp
https://www.w3schools.com/cssref/pr_class_display.php
CSS 3 Page 55
Other,
21 April 2023 09:24 PM
https://developer.mozilla.org/en-US/docs/Web/CSS/Inheritance
CSS 3 Page 56
Day 1: Intro and Syntax
02 May 2023 12:08 PM
CSS 1
CSS 1
CSS 2
CSS 1
CSS 1
https://getbootstrap.com/docs/5.3/getting-started/introduction/#cdn-links
Bootstrap 5 Page 93
Day 2: Breakpoints
18 May 2023 09:15 PM
Bootstrap 5 Page 94
Bootstrap 5 Page 95
1. Container Vs Container Fluid
18 May 2023 09:56 PM
Bootstrap 5 Page 96
Bootstrap 5 Page 97
1. Introduction to JavaScript
01 June 2023 09:15 PM
1. History
2. Variables
3. Scope
4. Datatypes
JavaScript Page 98
Undefined vs Not Defined
5. Memory Allocation
6. Operators
A = B ?? ""
JavaScript Page 99
A = B ?? ""
?? Nullish Operator
?. Optional Chaining
7. Control Statements
8. Loops
Splice
1. Local Storage
2. Session Storage
1. Alert Box
2. Confirm Box
3. Prompt Box
1. Event Handlers
2. Event Listeners
2. States in Promise
2. Example
3. Use of .all()
1. What is .race()
2. Example
3. Use of .race()
1. What is .allSettled()
2. Example
3. Use of .allSettled()
Promise Chaining
Async Await
1. Example of Class
Method 2 =>
__Proto__
Prototype
1. Create Context
1. Create Context
2. Provider
3. Consumer
2. Provider
</CountContext.Provider>
3. Consumer/useContext =>
4. UseContext =>
<CountContext.Consumer> <LoginContext.Consumer>
{(context) => {
}}
</CountContext.Consumer>
useSelector()
1. Create Store
2. Create Slice
3. Register Slice in store
4. Provide Store to root Element
5. Read/Update data
useMemo =>
{
2:ABC,
3:PQR
1
Mukund
Fname Lname DOB Gender Email Password Mobile Address City State Zip Code Country Social Accounts
Patient: {
id
Name
DP
Appointment Date
Appointment Time
Purpose
Type of patient
Paid amount
}
Patient: {
Name
Email
Phone number
Address
DP
Appointment Date
Appointment Time
}
Patient = {
DP
Name
ID
Location
Phone
Age
Blood Group
}
timeSlots: {
doctoreId:
Date
Day
Slots:[{
Starttime
endtime
}]
Invoice = {
Invoice Id
Patient name
Amount
Paid On
}
1. Add Services
2. Add Clinic Details
User1={
Name
Email
DOB
Mobile
Password
Profile
Picture
Role
Address
About
}
Notification={
Message:
Time:
User:
Project Page 208
Message:
Time:
User:
Expert Id:
}
Doctors =>
Sr Doctor ID User Profile Degree Services About Me Specialisation Clinic ID Rating Rated By Count Total Patients
Int Str Int Str [1,2,3] Str Arr(Str) Arr Float Int Int
A. Request Object
B. Response Object
A. Middleware Overview
Middleware
C. Custom Middleware