Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js HTML5 PHP Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 AWS Certified Developer - Associate
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Blockchain
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Virtual Reality
Google Flutter Android Development iOS Development React Native Swift Dart (programming language) Mobile App Development Kotlin SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Meditation CBT Cognitive Behavioral Therapy Sound Therapy
Entrepreneurship Fundamentals Business Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Home Business
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing YouTube Marketing Podcasting

DevelopmentWeb DevelopmentReact

Zero to Hero React JS mastery E-degree course

Become a Pro React JS developer without any prerequisite in a step by step hands-on and project based learning approach
Rating: 4.4 out of 54.4 (50 ratings)
5,196 students
Created by Ranjan Pandey
Last updated 4/2022
English

What you'll learn

  • You will become a Pro React JS web developer
  • You will learn everything about CSS3 & Bootstrap 5
  • You will learn everything about JavaScript & ES6
  • You will learn everything about HTML5
  • You will learn various debugging and troubleshooting tools and techniques

Requirements

  • No prerequisites, everything will be taught from scratch in step by step approach

Description

In this course, you will learn everything that is needed for you to become a Pro React JS developer in a hands-on step by step approach.

There is no prerequisite for this course.

Everything will be taught from scratch with practical examples.

Following are the technologies that will be covered:

  • HTML5 concepts

  • HTML5 Projects

  • CSS3 concepts

  • CSS3 Projects

  • JavaScript and ES6 concepts

  • JavaScript and ES6 projects

  • Bootstrap 5 concepts

  • ReactJS (latest version 17) concepts

  • ReactJS projects

The HTML5  topics that will be covered in the course are:

  • Introduction to web development

  • Client-server architecture

  • Three-tier architecture

  • What is HTML

  • What is CSS

  • What is JavaScript

  • Local development environment setup with industry-standard tools

  • Plugins and techniques to speed up development

  • Debugging skills

  • Structure of HTML page

  • HML tag and concept of attributes

  • Various components of HTML document

  • Meta tag and its importance

  • Head tag

  • Link tag

  • Script tag

  • Display tags like h1 until h6

  • Display tags like paragraph, span, division, label

  • Inline vs block elements

  • How to use Entities in HTML

  • Navigation via an anchor tag

  • Button tag

  • Loading images on your website

  • Different utility tags to make text bold, italics emphasize

  • Listing tags like ul, ol

  • Layout tag like table

  • How to create Registration form in HTML

  • Various form tags in HTML like

    1. form

    2. Different types of input tag

    3. File uploading

    4. Creating dropdown with different options

    5. Writing address in textarea

  • Header and Footer tag

  • Section and Article tag

  • Video and Audio tag

  • Loading various websites inside Iframe tag

  • Much more

  • You will get the complete source code so that if you get any doubts anywhere you can just refer the source code.

The topics that will be covered for CSS3 are:

  • Introduction to web development

  • Client-server architecture

  • Three-tier architecture

  • What is HTML

  • What is CSS

  • What is JavaScript

  • Local development environment setup with industry-standard tools

  • Plugins and techniques to speed up development

  • Debugging skills

  • Structure of HTML page

  • HML tag and concept of attributes

  • Various components of HTML document

  • Meta tag and its importance

  • Head tag

  • Link tag

  • Script tag

  • Inline, Embedded, External styling

  • Linking external stylesheet in your Html

  • Using developer tools and knowing various components of it

  • Different types of CSS selectors

  • How to use fonts, colors, border, background style

  • Box model in CSS

  • How to solve problems due to box model

  • Margin and Padding in CSS

  • Display and Visibility

  • Different types of positions in CSS

  • Float and Clear

  • Usage of z-index property

  • Creating layouts using Flexbox

  • Responsive web design using media queries

  • Different types of pseudo-selectors and their usages

  • Box shadow and Text shadow

  • Animation and Keyframes

  • Transition and its types

  • Transformation and its types

  • You will get the complete source code so that if you get any doubts anywhere you can just refer the source code.

Following are the topics that will be covered in Javascript:

  • Setup Installation

  • JavaScript Introduction

  • ECMAScript evolution

  • Different types of Data types in Javascript

  • Variables & Constants

  • Different types of Comments in Javascript

  • Various Operators and their working on Operands

  • String and String manipulation

  • What is Variable Scoping

  • Control statement like if, else, switch-case-break

  • Loops - for, for of, forEach, while, do-while

  • Working with Arrays

  • Working with Objects

  • What are Functions and how to create custom functions and call them

  • What is the use of Prompt

  • What is the use of Confirm

  • What is the use of Alert

  • What is Document Object Model(DOM)

  • DOM manipulation using Javascript

  • Event and Event Listener

  • Set Timeout and Set Interval

  • Clear Timeout and Clear Interval

  • Date and Time operation and using its various methods

  • Working with Math Object

  • Working with JSON

  • Window and document object

  • location and history

  • localStorage and sessionStorage

  • Calling API with Fetch

  • What is the Ternary operator and how to use it.

  • What is the Array Filter function and how to use it.

  • Debugging and Troubleshooting in JavaScript

  • Template literals (Template strings) in ES6

  • Object Destructuring assignment in ES6

  • let and const

  • Spread operator

  • Arrow function expressions

  • We will also do Multiple projects in order to understand different concepts.

  • You will also get the complete source code of the whole course

Following are the topics that will be covered in React JS and Bootstrap:

  • 1.1-ReactJS introduction and environment setup

  • 1.2-create react app

  • 1.3-program flow and project files walkthrough

  • 1.4-types of components in react

  • 1.5-creating and using 1st functional component

  • 1.6-creating 1st stateful class component

  • 1.7-ES6 functional component, export and import

  • 1.8-comparision between functional and class component

  • 1.9-react hooks intro

  • 1.10-jsx explained

  • 1.11-props in functional and class component

  • 1.12-state vs props

  • 1.13-deep dive into setState

  • 1.14-Handling form in class component part-1

  • 1.15-Handling form in class component part-2

  • 1.16-componentDidMount lifecycle onload method

  • 2.1-create new react app and understand project structure

  • 2.2-project cleanup

  • 2.3-installing bootstrap and react vscode extension

  • 2.4-create home about contact page

  • 2.5-creating navbar component

  • 2.6-adding react-router-dom and different routes

  • 2.7-Link and NavLink to avoid page reload

  • 2.8-Designing About and Contact page

  • 2.9-Page not found

  • 2.10-Bootstrap vs React-Bootstrap

  • 2.11-Using custom styling

  • 3.1-setting up backend fake api and db

  • 3.2-useState useEffect axios api call and React Dev Tools extension

  • 3.3-showing all users on frontend UI

  • 3.4-adding action buttons on frontend

  • 3.5-add user navigation routing

  • 3.6-create Add User form

  • 3.7-set state variable data

  • 3.8-save new user to DB via post api call

  • 3.9-another way to save user data in DB using post api

  • 3.10-edit user prepopulate user data

  • 3.11-save updated user in DB

  • 3.12-delete a user

  • 3.13-view user details

  • 3.14-view user address and company info

  • 3.15-showing loading spinner

  • The complete source is also shared.

Who this course is for:

  • Anyone with interest to become a pro web developer

Instructor

Ranjan Pandey
Software Professional with 11+ years of experience in IT
Ranjan Pandey
  • 4.6 Instructor Rating
  • 647 Reviews
  • 77,200 Students
  • 19 Courses

I am a Fullstack DevOps software professional with 11+ years of experience in variety of technologies ranging from web and mobile app development using HTML5, CSS3,  JavaScript, JQuery, Bootstrap, Angular, React, Java, Spring, Springboot, Python, Flask, Django, NodeJS, Express, Android, Ionic, React Native, Flutter to Artificial Intelligence and Cloud technologies like Amazon web services and Microsoft Azure.

I am also certified in Java, Azure cloud, Backbase product.

I have experience in working with multiple MNC's and European clients. I am also a corporate trainer providing a wide range of training.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.