Syllabus - Complete ReactJS With HTML CSS and JavaScript
Syllabus - Complete ReactJS With HTML CSS and JavaScript
SYLLABUS - HTML
MODULE 01: HTML INTRODUCTION
❖ <table> ❖ <th>
❖ <tbody> ❖ <tr>
❖ <thead> ❖ <td>
❖ <col>
MODULE 06: HTML FORM
❖ input ❖ checkboxes
❖ textarea ❖ fieldset
❖ button ❖ datalist
❖ label ❖ radio button
❖ drop-down
SYLLABUS - CSS
MODULE 01: CSS INTRODUCTION
❖ Benefits of CSS
❖ CSS version History
❖ CSS Syntax
❖ External style sheet using <link>
❖ Multiple Style sheet
❖ Value Length and Percentage
❖ background-image
❖ background-repeat
❖ background-position
❖ CSS cursor
❖ color ❖ letter-spacing
❖ background-color ❖ word-spacing
❖ text-align ❖ font-size
❖ text-indent ❖ font-style
❖ white-space
MODULE 05: LISTS AND TABLES
❖ CSS Visibility
❖ CSS Display
❖ CSS Scrollbars
❖ CSS Positioning
o Static positioning
o Fixed positioning
o Relative positioning
o Absolute positioning
❖ Flexbox understanding
❖ Flexbox architecture
❖ Flexbox container and flex item properties
SYLLABUS – JAVASCRIPT
MODULE 01: JS INTRODUCTION
❖ Variable Declaration
❖ Variable Initialization
❖ Operators:
o Arithmetic,
o Comparison
o Logical or Relational
o Ternary or Conditional Operator
❖ Unary Operator vs Binary Operator
❖ Instanceof operator
❖ What is Function?
❖ Function with no argument
❖ Function with Argument
❖ Function with return value
❖ Optional Parameters in function
❖ Function Declaration
❖ Function Expression
❖ Anonymous Function
❖ Function as a value
❖ Callback function
❖ Built in Functions
❖ Standard Date and Time Functions
❖ Global variable
❖ Local variable
❖ Scope in JS
❖ Let vs const vs var
❖ Object
❖ Different ways to create object
❖ Constructor function
❖ This keyword
❖ Prototype
❖ Class
❖ constructor
❖ String Template
❖ Rest Operator
❖ Spread Operator
❖ Object De-structuring
❖ Array De-structuring
❖ map(), filter( ), reduce( ), flat( ) and few more
❖ Local Storage
❖ Session Storage
❖ JSON Introduction
❖ Syntax rules of JSON
❖ JSON Stringify
5
SYLLABUS: COMPLETE REACTJS
SYLLABUS – REACTJS
MODULE 01: WELCOME TO FRONT-END WEB DEVELOPMENT WITH REACT
❖ Basic hooks
❖ Additional hooks
❖ How to use hooks
❖ Building your own hook.
❖ Form component
❖ Redux Actions
❖ Redux Thunk/Saga
❖ Client-Server Communication
❖ Redux Actions
❖ API Methods and params
❖ Api integration.
❖ Store data in Redux.
❖ Fetch Redux state.
❖ API to UI/UI to API.
❖ Go live Project
SYLLABUS – GIT
MODULE 01: INTRODUCTION
❖ Staging file
❖ Status
❖ Commit
❖ Diff
❖ Reset
❖ Local repository
❖ Remote repository
❖ What is upstream and downstream?
❖ Branch
❖ Checkout
❖ Merge
❖ Log
❖ Stashing changes
❖ Conflict Resolution
❖ Pull request