Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshyabatman/react-youtube-player

A single page application youtube player on React.
https://github.com/lakshyabatman/react-youtube-player

Last synced: 3 days ago
JSON representation

A single page application youtube player on React.

Awesome Lists containing this project

README

        

# Youtube Player

A single page application on ReactJS which fetches youtube video using
YTSearch module and displays it on embed player, apart from this, user can add videos on queue.
This application's code lies in src folder with reusable components in components directory.
This application is part of task by MyWays and is deployed on https://react-youtube-player.herokuapp.com/ , link to #task1: https://github.com/lakshyabatman/node-attendance-logger .
### Table Of Contents
- Features
- Design and structure of application.
- How to run locally
- Screenshots

### Features
This SPA provides following features:

- User can search youtube videos based on it's name.
- User can add multiple videos on queue, and select which to play and even delete it from queue.

### Design and Structure of application
This application works on modular design patterns, all modules are saved as components and used whenever required.

### How to run it locally
- git clone {git url}
- cd react-youtube-player
- npm install
- npm start

### Thankyou <3
Feel free to add issues or pull requests, make sure to add a star ⭐.