Simple Video Website built with ReactJS using Youtube API.
This project is a part of my react learning process. This project was created following: "Modern React with Redux" course by Stephen Grider
- React
- Youtube API by Google.
- Axios: Promise based HTTP client for the browser and node.js
- Semantic UI
- CSS
- How to use
Youtube API
and fetch data using Axios. - Better understanding of React
props
&state
, And how to communicate between a parent and child component. - React
class
andfunction
based components. - How to style a react component with ease using Semantic UI framework.