/youtube-react-context

An example project that used in my youtube channel to learn how to work with React Context API

Primary LanguageJavaScript

React Context

this repo is related to a video that uploaded to my channel at youtube

video link: https://youtu.be/cwf7lrHxdDU

This project was bootstrapped with Create React App.

Install Depdencies

open a terminal on the direcotry that you cloend the project and then run

npm install

or if you are using yarn:

yarn

Available Scripts

In the project directory, you can run:

start

npm run start

or if you are using yarn:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Enviroment Variables

There is no need to set any Enviroment Variables

Backend Server

there is no backend server for this project