Skip to content

Simple Video Website built with ReactJS using Youtube API.

Notifications You must be signed in to change notification settings

cefdev/React-Video-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Video-App

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

Built with

Learned

  • 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 and function based components.
  • How to style a react component with ease using Semantic UI framework.