وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

React JS- Complete Guide for Frontend Web Development

سرفصل های دوره

Become an expert React JS Developer. Learn HTML, CSS, JavaScript, ES6, React JS and jQuery.


01 - HTML5 - Basics to Advanced
  • 001 HTML - Introduction
  • 002 HTML - Code Editor Setup
  • 003 HTML - Structure of an HTML Document
  • 004 HTML - Adding Heading in a Webpage
  • 005 HTML - Adding Paragraph in a Webpage
  • 006 HTML - Adding Images in Web Pages
  • 007 HTML - Creating Ordered and Unordered Lists
  • 008 HTML - Adding Styles and Formatting HTML Elements
  • 009 HTML - Block and Inline Display Values
  • 010 HTML - Adding group styles using Class attribute
  • 011 HTML - Adding HyperLinks in Webpages
  • 012 HTML - Using links to connect Webpages
  • 013 HTML - Uniquely Identify HTML Element by using ID attribute
  • 014 HTML - Mini-Project 1 Favorite Foods Webpage
  • 015 HTML - Mini-Project 1 Solution
  • 016 HTML - What makes HTML5 Better
  • 017 HTML - New Elements & Attributes in HTML5
  • 018 HTML - Design Page Structure Using Semantic Elements
  • 019 HTML - New Semantic Elements details and summary
  • 020 HTML - Introduction to Tables
  • 021 HTML - Span table rows and columns
  • 022 HTML - Design layouts using Tables
  • 023 HTML Tables - Practice Problem 1
  • 024 HTML Tables - Practice Problem 1 Solution
  • 025 HTML - Introduction to Forms
  • 026 HTML - Form Input Types
  • 027 HTML - Adding Styles to Forms
  • 028 HTML - Form Methods GET and POST
  • 029 HTML - New Form Elements
  • 030 HTML - New Form Input Types
  • 031 HTML - New Form Input Attributes
  • 032 HTML - Form Validation
  • 033 HTML - Forms Practice Problem 1
  • 033 HTML-Forms-Practice-Problem-Resources.pdf
  • 034 HTML - Forms Practice Problem 1 - Solution
  • 035 HTML - Adding Videos in a Webpage
  • 036 HTML - Adding Audio in a Webpage
  • 037 HTML - The embed element
  • 038 HTML - Embed Youtube Videos in a Webpage
  • 039 HTML - Introduction to SVG
  • 040 HTML - Create circle using SVG
  • 041 HTML - Create a rectangle using SVG
  • 042 HTML - Final Project
  • 042 HTML-Final-Project-Resources.pdf
  • 042 Steps-to-Push-the-local-code-on-GitHub-repository.pdf
  • external-links.txt

  • 02 - CSS3 - Basics to Advanced
  • 001 CSS - Introduction
  • 002 CSS - How to use CSS
  • 003 CSS - Styling Text
  • 004 CSS - Adding Borders
  • 005 CSS - Margin and Padding
  • 006 CSS - Styling Lists
  • 007 CSS - Styling Links
  • 008 CSS - Styling Buttons
  • 009 CSS - Adding Icons
  • 010 CSS - Working with Display Values
  • 011 CSS - Display value Inline-Block
  • 012 CSS - Positioning HTML Elements Part-1
  • 013 CSS - Positioning HTML Elements Part-2
  • 014 CSS - Handling Content Overflow
  • 015 CSS - Floating HTML Elements
  • 016 CSS - Box Model
  • 017 CSS - Box Sizing
  • 018 CSS - Adding Shadows
  • 019 CSS - Combinators Part-1
  • 020 CSS - Combinators Part-2
  • 021 CSS - Pseudo Classes Part-1
  • 022 CSS - Pseudo Classes Part-2
  • 023 CSS - Pseudo Elements
  • 024 CSS - Adding Backgrounds
  • 025 CSS - Gradients
  • 026 CSS - Handling Text Overflow
  • 027 CSS - Practice Problem-1 Create Google.com Look-Alike
  • 027 CSS-Practice-Problem-1-Google-Home-Page-Look-alike-Resources.pdf
  • 028 CSS - Practice Problem-1 Create Google.com Look-Alike Solution
  • 029 CSS - Introduction to Responsive Web Design
  • 030 CSS - Viewport
  • 031 CSS - Dynamic Size
  • 032 CSS - Introduction to Media Queries
  • 033 CSS - Responsive Webpage Design using Media Queries
  • 034 CSS - Flex Layout
  • 035 CSS - Flex Container Properties
  • 036 CSS - Align Flex Items
  • 037 CSS - Flex Item Properties
  • 038 CSS - Design Topbar using Flex
  • 039 CSS - Responsive Grid using Flex
  • 040 CSS - Transform Property
  • 041 CSS - Align Elements using Transform Property
  • 042 CSS - Transition Property
  • 043 CSS - Animation Property
  • 044 CSS - Flying Rocket Animation using Animation Property
  • 045 CSS - Introduction to Grid Layout
  • 046 CSS - Grid Container Properties
  • 047 CSS - Grid Item Properties
  • 048 CSS - Final Project Problem Statement
  • 048 CSS-Final-Project-Vegan-Store-Resources.pdf
  • external-links.txt

  • 03 - Javascript - Basics to Advanced
  • 001 JavaScript - Introduction
  • 002 JavaScript - Introduction to Variables, Operators and Expressions
  • 003 JavaScript - Variables
  • 003 JavaScript-Variables-Practice-Problems.pdf
  • 004 JavaScript - Numbers
  • 004 JavaScript-Numbers-Practice-Problems.pdf
  • 005 JavaScript - In-Built Number Functions
  • 005 JavaScript-In-built-Number-Functions-Practice-Problems.pdf
  • 006 JavaScript - Strings
  • 006 JavaScript-Strings-Practice-Problems.pdf
  • 007 JavaScript - In-Built String Functions Part-1
  • 007 JavaScript-In-built-String-Functions-Part-1-Practice-Problems.pdf
  • 008 JavaScript - In-Built String Functions Part-2
  • 008 JavaScript-In-built-String-Functions-Part-2-Practice-Problems.pdf
  • 009 JavaScript - Null and Undefined Values
  • 009 JavaScript-Null-and-Undefined-Values-Practice-Problems.pdf
  • 010 JavaScript - Conditional Statement If-else
  • 010 JavaScript-Conditional-Statement-if-else-Practice-Problems.pdf
  • 011 JavaScript - Conditional Statement Switch
  • 011 JavaScript-Conditional-Statement-switch-Practice-Problems.pdf
  • 012 JavaScript - Arithmetic Operators
  • 012 JavaScript-Arithmetic-Operators-Practice-Problems.pdf
  • 013 JavaScript - Assignment Operators
  • 013 JavaScript-Assignment-Operators-Practice-Problems.pdf
  • 014 JavaScript - Comparison and Logical Operators
  • 014 JavaScript-Comparision-and-Logical-Operators-Practice-Problems.pdf
  • 015 JavaScript - Implicit Type Coercion
  • 015 JavaScript-Implicit-Type-Coercion-Practice-Problems.pdf
  • 016 JavaScript - Explicit Type Coercion
  • 016 JavaScript-Explicit-Type-Coercion-Practice-Problems.pdf
  • 017 JavaScript - Objects
  • 017 JavaScript-Objects-Practice-Problems.pdf
  • 018 JavaScript - Arrays Part 1
  • 018 JavaScript-Arrays-Part-1-Practice-Problems.pdf
  • 019 JavaScript - Arrays Part 2
  • 019 JavaScript-Arrays-Part-2-Practice-Problems.pdf
  • 020 JavaScript - Introduction to Loops
  • 021 JavaScript - While Loop
  • 021 JavaScript-while-Loop-Practice-Problems.pdf
  • 022 JavaScript - For Loops
  • 022 JavaScript-for-Loop-Practice-Problems.pdf
  • 023 JavaScript - Functions
  • 024 JavaScript - Function Arguments
  • 025 JavaScript - Scope and Environment
  • 026 JavaScript - Variable Hoisting
  • 027 JavaScript - Function Hoisting
  • 028 JavaScript - Introduction to DOM
  • 029 JavaScript - Select HTML Elements
  • 030 JavaScript - Query Selectors
  • 031 JavaScript - Update HTML Elements
  • 032 JavaScript - Updating Styles
  • 033 JavaScript - Intro to Events
  • 034 JavaScript - Add and Remove Classes from HTML Elements
  • 035 JavaScript - Getting Styles
  • 036 JavaScript - Form Events
  • 037 JavaScript - Keyboard Events
  • 038 JavaScript - Mouse Events
  • 039 JavaScript - Create HTML Elements - Part 1
  • 040 JavaScript - Create HTML Elements - Part 2
  • 041 JavaScript- Update and Delete HTML Elements
  • 042 JavaScript - Introduction to Browser Object Model
  • 043 JavaScript - Screen and Navigator Object
  • 044 JavaScript - History and Location Object
  • 045 JavaScript - Mini-Project 1 Smartwatch Showcase
  • 045 JavaScript-Mini-Project-1-Smartwatch-Showcase-Resources.pdf
  • 046 JavaScript - Mini-Project 2 Calculator App
  • 046 JavaScript-Mini-Project-2-Calculator-App-Resources.pdf
  • 047 JavaScript - Introduction to Regular Expressions
  • 048 JavaScript - Meta-characters and Character Classes
  • 049 JavaScript - Regex Quantifiers
  • 050 JavaScript - Using Regex inside JavaScript
  • 051 JavaScript - Regex Groups
  • 052 JavaScript - Form Validation using Regex
  • 053 JavaScript - Introduction to Object Oriented Programming
  • 054 JavaScript - The this Keyword
  • 055 JavaScript - Constructor Functions
  • 056 JavaScript - Inheritance and Prototype Chain
  • 057 JavaScript - Prototype Implementation
  • 058 JavaScript - Understanding Frontend and Backend
  • 059 JavaScript - HTTP Request and Response
  • 060 JavaScript - Introduction to JSON
  • 061 JavaScript - Introduction to AJAX
  • 062 JavaScript - Handling HTTP Response
  • 063 JavaScript - Working with HTTP Response Data
  • 064 JavaScript - Making HTTP Post Requests
  • external-links.txt

  • 04 - jQuery
  • 001 jQuery - Introduction
  • 002 jQuery - Selectors and Filters
  • 003 jQuery - AddUpdate HTML Elements
  • 004 jQuery - AddUpdate Styles
  • 005 jQuery - Handling HTML Events
  • 006 jQuery - Making AJAX Calls
  • external-links.txt

  • 05 - Modern Javascript (ES6) For React
  • 001 ES6 - Introduction
  • 002 ES6 - Variable Creation using let and const
  • 003 ES6 - Template Strings
  • 004 ES6 - Arrow Functions
  • 005 ES6 - Rest Operator
  • 006 ES6 - Spread Operator
  • 007 ES6 - Destructuring
  • 008 ES6 - Array Functions map()
  • 009 ES6 - Arrow Functions reduce()
  • 010 ES6 - Arrow Functions filter()
  • 011 ES6 - Arrow Functions find() and findIndex()
  • 012 ES6 - Introduction to Classes
  • 013 ES6 - Inheritance in ES6
  • 014 ES6 - Callbacks and Promises
  • 015 ES6 - Working with Promises
  • 016 ES6 - Chaining Promises
  • external-links.txt

  • 06 - React JS
  • 001 ReactJS - Introduction
  • 002 ReactJS - Understanding SPAs and MPAs
  • 003 ReactJS - Creating our First React App
  • 004 ReactJS - Project Structure created by CRA
  • 005 ReactJS - Introduction to JSX
  • 006 ReactJS - JSX Behind the Scenes
  • 007 ReactJS - Adding Styles to React Elements
  • 008 ReactJS - Create React Elements Dynamically
  • 009 ReactJS - Creating our First React Component
  • 010 ReactJS - Passing Data to Components using Props
  • 011 ReactJS - Import and Export of Modules
  • 012 ReactJS - Introduction to CSS Modules
  • 013 ReactJS - Creating Mobile Responsive Components
  • 014 ReactJS - Stateful vs Stateless Components
  • 015 ReactJS - Creating Class-based Components
  • 016 ReactJS - More about setState() Method
  • 017 ReactJS - Passing Props to Class-based Components
  • 018 ReactJS - Passing Function as Props
  • 019 ReactJS - Practice Problem Product Details Page
  • 020 ReactJS - Practice Problem Product Details Page [Solution] - Part 1
  • 021 ReactJS - Practice Problem Product Details Page [Solution] - Part 2
  • 022 ReactJS - Practice Problem Product Details Page [Solution] - Part 3
  • 023 ReactJS - render() method - Behind the scenes
  • 024 ReactJS - Component Lifecycle - Creation
  • 025 ReactJS - Component Lifecycle - Updation
  • 026 ReactJS - shouldComponentUpdate() Lifecycle Method
  • external-links.txt
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 27742
    حجم: 8759 مگابایت
    مدت زمان: 1318 دقیقه
    تاریخ انتشار: ۲۸ آذر ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید