Ad-Free YouTube is a clone of YouTube built with React, Material UI, and the RapidAPI YouTube API that provides an ad-free video watching experience.
- Fetches real video data from the RapidAPI YouTube API to display video cards
- Implements YouTube's autocomplete search with queried search suggestions
- Displays video details including title, views, likes, description etc.
- Allows commenting on videos with nested reply functionality
- Saves likes, comments and more in local state for seamless UX
- Ad-free experience with no distractions from the core functionality
- Responsive design that works well on all devices
- Clone the repo
git clone https://github.com/MohitSinghChauhan/Adfree-Youtube.git
- Navigate to the directory
cd Adfree-Youtube
- Install dependencies
npm install
- Add your RapidAPI key to
.env
file
REACT_APP_RAPID_API_KEY = "YOUR_API_KEY"
- Run the app
npm start
Contributions are welcome! Please open an issue or submit a pull request if you would like to contribute.
This project is licensed under MIT. See LICENSE
for more details.