Skip to content

artprofi91/React-Youtube-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Youtube-Search

This app is a part of my homework on the Udemy Modern React with Redux. I started this course because I've been looking for to master modern web development with React.

react

What is React?

React is a JavaScript library for building user interfaces. It is the view layer for web applications. At the heart of all React applications are components. Broadly speaking, to write React apps we write React components that correspond to various interface elements. We then organize these components inside higher-level components which define the structure of our application.

Project Installation

There are two methods to download the repository.

Method I: Familiar with Git?

Clone this repository, install dependencies, then run the project with the following:

> git clone [email protected]:artprofi91/React-Youtube-Search.git
> cd React-Youtube-Search
> npm install   or   yarn install
> npm start   or   yarn start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory and:

> npm install   or   yarn install
> npm start   or   yarn start

Project will run on:

Open the browser go to localhost:8080

Releases

No releases published

Packages

No packages published