• Post category:StudyBullet-3
  • Reading time:4 mins read


Get started with React by creating a tiny app

What you will learn

Begin with with React

Build a tiny app in a couple of hours

Learn some of the basic React tools

Install and deploy React apps

Description

So you want to finally start with React ? this is the course for you.

We will create a tiny React application so you can get started and realize that creating web apps its super easy with React.

The app calls “Decider”, the user can ask a question and at the end we will randomly pick an answer from a list, this is like the magic 8 ball app.

On this one we will practice validation, toasts, component and we will use the context to pass data between components.


Get Instant Notification of New Courses on our Telegram channel.


And at the very end we will build the app and deploy it to a hosting site like Surge.

You don’t need to know React JS, the idea is to get started right here so then later you can keep expanding what you know.

What about the instructor experience ?

I’ve been around for 13 years now, built lots of applications for small projects and big companies like Citi, Fox, Disney and a lot more.

Today I work as a developer for a major company developing applications with React , Angular and Vue.

How about the target audience?

  • This course is for everyone, no coding experience required.
  • If you want to take your coding to the next level, this is the course for you.
English
language

Content

Introduction
Introduction
IDE, Node js and Github
Creating the app
Installation
The initial screen
Setting up the context
The confirm screen
The result screen
Transitions
Toasts
Deploying