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 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.
There are two methods to download the repository.
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
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
Open the browser go to localhost:8080