Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.96 KB

course-details.md

File metadata and controls

53 lines (36 loc) · 1.96 KB

Welcome to React

Congratulations on taking some of your first steps into full stack development.

So why did you decide to click and join this course? Ideally, you are a learner who:

  • Understands HTML tags
  • Understands classes and methods in JavaScript
  • Understands Git and GitHub

If you understand the topics above, you can start learning modern frontend development with React.

So why do we learn React?

React has growing popularity in the tech industry because of its simplicity. With a simple knowledge of HTML and JavaScript, picking up React won't be too difficult.

What you'll learn

We'll answer common questions like:

  • How do you setup a React project?
  • What is a component and how are they used?
  • How do you add components?
  • How is data passed to child components?
  • How are state variables created and used?
  • What is a callback function and how is it used to communicate data?

And when you're done you'll be able to:

  • Setup a React project
  • Add and use components
  • Pass data to child components
  • Use state variables
  • Use callback functions to communicate data

What you'll build

We'll be building a gradebook for teachers! gradebook

Prerequisites

Before starting this course, we recommend:

Projects used

  • This course uses node.js We'll install this as part of the first step in the course.

Audience

New developers, new GitHub users, users new to Git, students, teams