YouTube Clone Built With React And Sass
YouTube Clone
YouTube clone is a replica made by me from scratch of the well known online video sharing and social networking platform.
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 "watch later" list.
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- npm
npm install npm@latest -g
Installation
- 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
.env
const REACT_APP_API_KEY = 'ENTER YOUR API';
Contributing
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
Contact
Lucas Ferrari - Linkedin - ln.ferrari@hotmail.com