Skip to content

A simple Youtube video browser implemented in React 17 with hooks.

Notifications You must be signed in to change notification settings

andrewrice/youtube-react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React 17 YouTube Browser with Hooks

This application is a simple implementation of a YouTube video browser that makes use of the Hooks functionality added in React 16.8.

App Preview

Demo

A demo of this project can be found at https://videos-hooks.andrewrice.vercel.app/.

Configuring the YouTube API

This application utilizes the YouTube Public API (V3). You will need to replace the YouTube API key in the apis/youtube.js file with your own key which can be generated in your Google Developer Console.

Available Scripts

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm 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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

A simple Youtube video browser implemented in React 17 with hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published