StephenRoille / project-428016a805-part-1

React application to search videos on Youtube

Home Page:project-428016a805-part-1.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshots

A live version of this project is available at search-youtube-videos-with-reactjs.netlify.app

application preview

Usage

Clone this repo to your computer.

git clone https://github.com/StephenRoille/project-428016a805-part-1.git youtube-search

Create a .env file and set a private Youtube token to allow your application to query the Youtube API,

REACT_APP_YOUTUBE_TOKEN='<...>'

Install all the dependencies,

npm install

Start the development server,

npm run start

Your Youtube token is automatically loaded by React.

To create a production build simply run,

npm run build

This command creates a build directory that you can serve from a web server (Apache, nginx) or using a CDN platform (Netlify)

Dependencies

This project has the following dependencies,

  1. axios (Youtube API requests)
  2. react (user interface)

Reference

Based on the Modern React with Redux course by Stephen Grider.

About

React application to search videos on Youtube

project-428016a805-part-1.vercel.app


Languages

Language:JavaScript 80.8%Language:HTML 13.9%Language:CSS 5.3%