It's a test project was created for learning ReactJS library.
It's a small app to search videos from YouTube. The search results is displayed as a slider. Videos are uploaded by chunks and smoothly loaded as needed. For change slide we can use controls as well as use a mouse swipe.
http://maksim-shabanski.github.io/youtube-client
- Clone this repository or download ZIP file.
- Run
npm install
to install all dependencies - Run
npm start
to start local server.