FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
iamhtmldeveloper.github.io/learn-react.html at master · iamhtmldeveloper/iamhtmldeveloper.github.io · GitHub
iamhtmldeveloper
/
iamhtmldeveloper.github.io
Public template
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
iamhtmldeveloper.github.io
/
learn-react.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
116 lines (110 loc) · 5.68 KB
Breadcrumbs
iamhtmldeveloper.github.io
/
learn-react.html
Copy path
File metadata and controls
116 lines (110 loc) · 5.68 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
utf-8
"
/>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1, shrink-to-fit=no
"
/>
<
meta
name
="
description
"
content
=""
/>
<
meta
name
="
author
"
content
=""
/>
<
title
>
Amol Bhandare
</
title
>
<
link
rel
="
icon
"
type
="
image/x-icon
"
href
="
images/faviconBlack.png
"
/>
<
link
href
="
css/theme.css
"
rel
="
stylesheet
"
/>
<
link
href
="
https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
"
rel
="
stylesheet
"
>
<
link
href
="
css/style.css
"
rel
="
stylesheet
"
/>
<
link
href
="
css/responsive.css
"
rel
="
stylesheet
"
/>
</
head
>
<
body
id
="
page-top
"
class
="
background-color-white
"
>
<!-- Navigation-->
<
nav
class
="
navbar navbar-expand-lg navbar-dark
"
id
="
mainNav
"
>
<
div
class
="
container
"
>
<
a
class
="
navbar-brand
"
href
="
index.html
"
>
<
img
src
="
images/logo-white.png
"
alt
=""
/>
</
a
>
<
button
class
="
navbar-toggler navbar-toggler-right
"
type
="
button
"
data-toggle
="
collapse
"
data-target
="
#navbarResponsive
"
aria-controls
="
navbarResponsive
"
aria-expanded
="
false
"
aria-label
="
Toggle navigation
"
>
<
svg
width
="
50
"
height
="
50
"
viewBox
="
0 0 100 100
"
>
<
path
class
="
line line1
"
d
="
M 20,29.000046 H 80.000231 C 80.000231,29.000046 94.498839,28.817352 94.532987,66.711331 94.543142,77.980673 90.966081,81.670246 85.259173,81.668997 79.552261,81.667751 75.000211,74.999942 75.000211,74.999942 L 25.000021,25.000058
"
/>
<
path
class
="
line line2
"
d
="
M 20,50 H 80
"
/>
<
path
class
="
line line3
"
d
="
M 20,70.999954 H 80.000231 C 80.000231,70.999954 94.498839,71.182648 94.532987,33.288669 94.543142,22.019327 90.966081,18.329754 85.259173,18.331003 79.552261,18.332249 75.000211,25.000058 75.000211,25.000058 L 25.000021,74.999942
"
/>
</
svg
>
</
button
>
<
div
class
="
collapse navbar-collapse
"
id
="
navbarResponsive
"
>
<
ul
class
="
navbar-nav text-uppercase ml-auto
"
>
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link
"
href
="
#home
"
>
Home
</
a
>
</
li
>
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link
"
href
="
index.html#about
"
>
About
</
a
>
</
li
>
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link active
"
href
="
index.html#skills
"
>
Skills
</
a
>
</
li
>
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link
"
href
="
index.html#certificates
"
>
certificates
</
a
>
</
li
>
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link
"
href
="
index.html#work
"
>
Work
</
a
>
</
li
>
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link
"
href
="
index.html#experience
"
>
Experience
</
a
>
</
li
>
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link
"
href
="
#blogs
"
>
Blogs
</
a
>
</
li
>
<!-- <li class="nav-item"><a class="nav-link" href="#testimonials">Testimonials</a>
</li> -->
<
li
class
="
nav-item
"
>
<
a
class
="
nav-link
"
href
="
index.html#contact
"
>
Contact
</
a
>
</
li
>
</
ul
>
</
div
>
</
div
>
</
nav
>
<
section
id
="
learnReact
"
class
="
inner-section learnReact
"
>
<
div
class
="
container
"
>
<
div
class
="
row
"
>
<
div
class
="
col-md-12
"
>
<
h2
class
="
inner-title
"
>
React
</
h2
>
</
div
>
</
div
>
<
div
class
="
row
"
>
<
div
class
="
col-md-3
"
>
<
aside
>
<
ul
>
<
li
>
<
a
href
=""
>
Introduction
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
What is React?
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
ReactJs installation on Windows
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
React Components
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
Nesting Components
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
React Props
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
React State
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
React Demo for Beginners
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
React vs Angular vs Vue
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
How to connect ReactJS with NodeJS?
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
React with Redux
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
React Native vs Flutter
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
ReactJs Project Tutorial
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
ReactJs Interview Questions and Answers
</
a
>
</
li
>
<
li
>
<
a
href
=""
>
Knowledge Check
</
a
>
</
li
>
</
ul
>
</
aside
>
</
div
>
<
div
class
="
col-md-9
"
>
<
div
class
="
learnSection
"
>
<
h3
class
="
learnTitle
"
>
Introduction
</
h3
>
</
div
>
</
div
>
</
div
>
</
div
>
</
section
>
<!-- start footer -->
<
footer
>
<
div
class
="
container
"
>
<
div
class
="
row
"
>
<
div
class
="
col-md-12
"
>
<
p
>
Copyrights © 2021 All Rights Reserved.
</
p
>
</
div
>
</
div
>
</
div
>
</
footer
>
<!-- end footer -->
<!-- Bootstrap core JS-->
<
script
src
="
js/jquery.min.js
"
>
</
script
>
<
script
src
="
js/bootstrap.bundle.min.js
"
>
</
script
>
<!-- Third party plugin JS-->
<
script
src
="
js/jquery.easing.min.js
"
>
</
script
>
<!-- Contact form JS-->
<
script
src
="
assets/mail/jqBootstrapValidation.js
"
>
</
script
>
<
script
src
="
assets/mail/contact_me.js
"
>
</
script
>
<!-- Core theme JS-->
<
script
src
="
js/scripts.js
"
>
</
script
>
<
script
src
="
js/animated.headline.js
"
>
</
script
>
<
script
src
="
js/custom.js
"
>
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL