Please enable JavaScript.
Coggle requires JavaScript to display documents.
24 (Javascript, React-Js, CSS, HTML) - Coggle Diagram
24
Javascript
-
Lecture 9: JavaScript Control Flow+Context Creation,Hoisting
-
-
Conditional statements (if, else, switch)
Basic syntax (variables, data types, operators)
-
-
-
-
-
-
-
React-Js
-
-
-
-
-
Lecture 22: React Router
-
-
-
Assignment 6
Add React Router to navigate between a Home page displaying the Todo List and an About page describing the app.
-
Lectusr 24:HOC+Netlify
-
-
Assignment 8
Create a Higher Order Component (HOC) named withBorder to wrap components with a border, and deploy the Todo App to Netlify for public access.
CSS
-
-
Lecture-6:CSS Flexbox
Flex container properties (display: flex, flex-direction, justify-content, align-items)
Flex item properties (flex-grow, flex-shrink, flex-basis)
-
-
-
-