Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lakshyabatman/react-youtube-player
- Owner: lakshyabatman
- Created: 2020-02-12T13:33:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:47:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:14:23.395Z (over 1 year ago)
- Language: JavaScript
- Size: 2.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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 insrc
folder with reusable components incomponents
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 ⭐.