AntonV0 / video-player

Project #45 of Codecademy's Full Stack Engineer Career Path

Home Page:https://react-video-player.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Player

Project #45 from Codecademy's Full Stack Engineer Career Path

By Anton Vlasenko (AntonV0)

Project Outline

This is a basic, responsive video player created with ReactJS. The aim is to link three components (App, Video, and Menu) so that the video player functions properly. App passes down this.state.src to Video, which uses this information to display the chosen video. App also passes down the ability to change this.state.src to Menu, which uses this to let a user select a new video.

What I Learned

  • Programming patterns for mixing components with and without state
  • Using e.target.value to find the value of a DOM elements

Please note that in each project, the first commit is always the starter code provided by Codecademy.

About

Project #45 of Codecademy's Full Stack Engineer Career Path

https://react-video-player.netlify.app

License:MIT License


Languages

Language:JavaScript 68.6%Language:CSS 23.0%Language:HTML 8.4%