A simple video site app built with React using Youtube API.
It is a part of react learning process. This project is created following a udemy course "Modern React with Redux" by Stephen Grider
Demo: React Youtube App
- React
- Boilerplate ReduxSimpleStarter
- Bootstrap
- Lodash utility library
- Youtube API by Google
- youtube-api-search package
- How to use
Youtube API
and fetch data usingyoutube-api-search
package - Better understanding of React
props
&states
properties - React
class
based components andfunction
based components Lodash
utility library usage