YouTube clone is a replica made by me from scratch of the well known online video sharing and social networking platform.
Table of Contents
This project was built with the aim to challenge myself, to keep practicing and learning by doing. It contains the same basic functions as the original site, such as searching for videos, playing them or adding them to the WatchLater list. It is also possible to like videos, adding them to the LikedVideos list, as well as to subscribe to channels.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Get a free API Key at YouTube Data API
- Clone the repo
git clone git@github.com:Lnferrari/youtube-clone.git
- Install NPM packages
npm install
- Enter your API in
.envconst REACT_APP_API_KEY = 'ENTER YOUR API';
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Lucas Ferrari - Linkedin - ln.ferrari@hotmail.com
Project Link: YouTube-Clone
Distributed under the MIT License.
