Skip to content

MohitSinghChauhan/Adfree-Youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📺 Ad-Free YouTube

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.

🛠️ Key Features

  • 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

🚀 Getting Started

  1. Clone the repo
git clone https://github.com/MohitSinghChauhan/Adfree-Youtube.git
  1. Navigate to the directory
cd Adfree-Youtube
  1. Install dependencies
npm install
  1. Add your RapidAPI key to .env file
REACT_APP_RAPID_API_KEY = "YOUR_API_KEY" 
  1. Run the app
npm start

🧰 Built With

🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request if you would like to contribute.

📝 License

This project is licensed under MIT. See LICENSE for more details.