Companies Home Search Profile

Build a Connect-4 Clone in React + JavaScript Foundations

Focused View

YouAccel Training

5:38:39

6 View
  • 1. DOM Introduction.mp4
    03:12
  • 2. DOM Manipulation.mp4
    01:17
  • 1. Introduction.mp4
    05:41
  • 2. JS Placement.mp4
    02:09
  • 3. External JavaScript.mp4
    01:50
  • 4. JavaScript Output.mp4
    01:41
  • 5. JavaScript InnerHTML.mp4
    01:03
  • 6. JavaScript Commenting.mp4
    01:48
  • 7. JavaScript Constants.mp4
    01:34
  • 8. JavaScript Variables Introduction.mp4
    04:31
  • 9. JavaScript Assignment Operator.mp4
    01:05
  • 10. JavaScript Arithmetic Operations.mp4
    03:43
  • 11. JavaScript Arithmetic Operations Continued.mp4
    03:45
  • 12. JavaScript Operator Precedence.mp4
    00:58
  • 13. JavaScript Data Types.mp4
    01:13
  • 14. JavaScript Objects.mp4
    01:42
  • 15. JavaScript Object Output.mp4
    01:22
  • 16. JavaScript Strings.mp4
    03:11
  • 17. JavaScript String Length.mp4
    00:41
  • 18. JavaScript Special Characters.mp4
    01:18
  • 19. JavaScript Random Numbers.mp4
    00:54
  • 20. JavaScript Min and Max Function.mp4
    01:05
  • 21. JavaScript Math Round Function.mp4
    01:38
  • 22. JavaScript Arrays.mp4
    02:14
  • 23. JavaScript Array Attributes.mp4
    01:28
  • 24. JavaScript Arrays - Pop - Push - Shift - Unshift.mp4
    02:04
  • 25. JavaScript Changing and Deleting Elements.mp4
    01:58
  • 26. JavaScript Splicing an Array.mp4
    01:35
  • 27. JavaScript Sorting an Array.mp4
    01:24
  • 28. JavaScript Joining Arrays.mp4
    01:04
  • 29. JavaScript Conditional Statements.mp4
    06:17
  • 30. JavaScript Comparisons.mp4
    02:26
  • 31. JavaScript Booleans.mp4
    01:21
  • 32. JavaScript For Loops.mp4
    02:40
  • 33. JavaScript For-In Loop.mp4
    00:46
  • 34. JavaScript While Loops.mp4
    02:08
  • 35. JavaScript Do-While Loop.mp4
    01:58
  • 36. JavaScript Break and Continue.mp4
    01:14
  • 37. JavaScript Functions.mp4
    01:53
  • 38. JavaScript Events.mp4
    01:18
  • 39. JavaScript Project 1 - BG Color Changer.mp4
    02:13
  • 40. JavaScript Project 2 - Photo Gallery.mp4
    02:24
  • 41. JavaScript Project 2 - Completion.mp4
    02:38
  • 1. Skills Required.mp4
    00:56
  • 2. What is React.mp4
    04:42
  • 3. Hello React.mp4
    06:23
  • 4. Tools Needed.mp4
    01:02
  • 5. Code Pen.mp4
    04:40
  • 6. Intro to JSX.mp4
    04:05
  • 1. Project Overview.mp4
    01:27
  • 2. Tools Needed.mp4
    00:53
  • 3. Creating the Game Board.mp4
    11:49
  • 4. Game Circle - OnClickEvent.mp4
    05:33
  • 5. Passing Props - Destructing - React Children.mp4
    06:57
  • 6. Passing Arguments to Click Events.mp4
    09:18
  • 7. Inline Styling.mp4
    05:39
  • 8. Square to Circle Component.mp4
    13:11
  • 9. Global Styling.mp4
    06:36
  • 10. Dynamic Styling.mp4
    03:52
  • 11. Dynamic Classes.mp4
    03:40
  • 12. Handling Callbacks.mp4
    05:52
  • 13. Using React State Hook (again).mp4
    14:24
  • 14. Updating the Player Circle.mp4
    17:05
  • 15. Initializing the Game Board.mp4
    08:12
  • 16. React Key Property.mp4
    02:04
  • 17. Styling the Game Board - Header and Footer.mp4
    11:09
  • 18. Calculating the Winner.mp4
    13:30
  • 19. Displaying the Winner.mp4
    14:33
  • 20. Determining a Draw Condition.mp4
    05:43
  • 21. React Lifecycle Events.mp4
    03:16
  • 22. Initializing the Game.mp4
    06:15
  • 23. Suggesting a Move - Implementing a Computer Player.mp4
    11:55
  • 24. Smart Computer Player (Basic AI).mp4
    19:00
  • 25. CSS Variables.mp4
    07:06
  • 26. Conditional Rendering.mp4
    08:15
  • 27. Deploy to Netlify.mp4
    06:00
  • 28. Deploy to Surge.mp4
    02:39
  • 29. Project Summary.mp4
    02:34
  • Description


    Learn the Foundations of React and JavaScript by Building a Fully Functional Connect-4 Game Clone.

    What You'll Learn?


    • Introduction to the Document Object Model (DOM)
    • DOM Manipulation
    • JavaScript Foundations
    • JavaScript Arithmetic Operators, Data Types, Arrays, Loops, Events
    • JavaScript Variables, Operator Precedence, Objects, Functions
    • Foundations of ReactJS
    • The Tools Needed to work with React
    • Passing Props, Destructing, React Children, OnClick Events, Styling
    • React Key Property, Handing Callbacks
    • AI Integration for Single Player Games
    • Conditional Rendering & LifeCycle Events
    • Building the Connect-4 Gameboard

    Who is this for?


  • Students interested in learning how to build interactive web pages using JavaScript
  • Students interested in learning ReactJS
  • Students interested in front-end UI Development using React
  • Students interested in learning JavaScript Foundations
  • What You Need to Know?


  • Basic Knowledge of HTML and CSS
  • Basic Computer Skills
  • More details


    Description

    If you had a passion for games growing up, you’re likely no stranger to connect-4 - a wildly popular game with the objective of connecting four single colored disks into a grid-like holder before your opponent. With this course you have the opportunity to relive this fond childhood memory by building a connect-4 clone using React.

    React, also known as React JS, is a powerful JavaScript library used for building custom, interactive user interfaces using UI components. Some of the most well known examples of organizations using React for their front-end include Netflix, Facebook, and Airbnb. Developed and maintained by Meta along with a community of independent developers, React remains free and open-source. React is a component based library built entirely on JavaScript, which makes it perfect for designing complex UI’s. With React, developers can build encapsulated components that efficiently manage their own state and render UI updates specifically when data changes. For example, think of the automated content refresh feature you see on a twitter feed, or Facebook like button. Here the state of the UI component changes on the page, without having to manually refresh when the data is updated. This is just one small, yet powerful feature of React.

    Through a complete hands-on project, this course will teach you all the fundamental principles of React that you must know to become a proficient React developer. We start with the tools needed to get started with React, along with instructions on creating the Connect-4 game board. From there we dive in to React OnClick Events, Passing Props, Destructing, React Children, and Passing Arguments. With a solid understanding of the foundations, students move on to various styling techniques for the game components, along with Dynamic classes, and handling callbacks. Here we’ll explore inline, global, and dynamic styling coupled with dynamic classes. We will then move on to the React State Hook, React Key Property and initializing the game modules. Students then tackle more intermediate concepts including the logical components of calculating a winner, determining a draw, and React Lifecycle events. In the last module, we explore the implementation of AI for automated move suggestions, and single player games.

    In addition to the hands-on React module, we also offer a comprehensive overview of JavaScript for those who need a refresher. Here we start with introducing students to the document object model (DOM) which defines the logical structure of HTML documents. From there we dive into JavaScript to demonstrate various methods in which DOM elements can be manipulated to add interactivity to static components. We start right from the basics, which includes JavaScript placement, and data output. From there we move on to variable declaration, arithmetic operations, operator precedence, data types, and objects. Once the foundations are covered, we move on to more complex operations using Arrays, Conditional Statements, JavaScript comparison operators, Booleans and loops. Here students will learn to unleash the true power of JavaScript to render different outcomes based on user interaction. We will explore the use of functions to efficiently handle repetitive tasks and JavaScript events to handle output based on actions and occurrences. The section will conclude with a hands-on project where students will implement their knowledge to build a web based photo gallery and background color changer.


    Who this course is for:

    • Students interested in learning how to build interactive web pages using JavaScript
    • Students interested in learning ReactJS
    • Students interested in front-end UI Development using React
    • Students interested in learning JavaScript Foundations

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    YouAccel Training
    YouAccel Training
    Instructor's Courses
    YouAccel was founded in 2015 with the mission to be one of the most interactive e-learning platforms on the web. YouAccel is now a leading provider in online training, serving a global audience of over 2 million passionate learners. This includes 6+ Million enrollments, across 50 best-selling courses. YouAccel offers courses across numerous industries from Programming & IT to Business, Marketing, Design, and Productivity.The e-learning experience provided by YouAccel is Dynamic. Each course is streamed in High Definition with corresponding assignments, quizzes, and exams that are delivered and graded electronically. All YouAccel courses are taught by certified educators that have numerous years of work experience in the field for which they provide instruction. The courses can be taken at one's own pace and are offered at several levels including beginner, intermediate and advanced. Taking the experience to a new personalized level, free support is available to all students who register for a course. All courses come with a certificate of completion and no age restrictions apply.YouAccel strongly believes that the future of online learning will be through open community-based initiatives, where everyone’s voice is equally heard. This is exactly what YouAccel strives to achieve – an inclusive environment, where students have control over the direction of course content. YouAccel courses are continuously updated based on feedback from students and engaged community members. YouAccel instructors encourage communication at every step of the learning process. To date, hundreds of contributors around the globe have invested both time and resources, to ensure YouAccel courses meet the highest level of quality. YouAccel instructors are world renowned and many of them have been featured in mainstream publications such as Forbes, Mashable, Entrepreneur, and PBS among others.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 78
    • duration 5:38:39
    • Release Date 2024/04/29