https://github.com/shahalam22/clean_youtube
This is a ReactJS based project. Here user can fetch youtube playlist and will watch videos without any type of distractions. User also can take a note of the important points of the videos. Inspiration took from Stack Learner.
https://github.com/shahalam22/clean_youtube
easy-peasy mui-material react-quill react-router reactjs redux styled-components
Last synced: 6 months ago
JSON representation
This is a ReactJS based project. Here user can fetch youtube playlist and will watch videos without any type of distractions. User also can take a note of the important points of the videos. Inspiration took from Stack Learner.
- Host: GitHub
- URL: https://github.com/shahalam22/clean_youtube
- Owner: shahalam22
- Created: 2024-02-03T17:13:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T05:33:35.000Z (about 1 year ago)
- Last Synced: 2025-07-14T06:17:59.966Z (12 months ago)
- Topics: easy-peasy, mui-material, react-quill, react-router, reactjs, redux, styled-components
- Language: JavaScript
- Homepage: https://clean-youtube-liard.vercel.app
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean YouTube
A ReactJS-based application for fetching YouTube playlists, watching videos without distractions, and taking notes.
## Description
This project allows users to:
- Fetch YouTube playlists
- Watch videos without distractions (no ads, comments, etc.)
- Take notes on important points while watching videos
Inspired by [Stack Learner](https://www.youtube.com/c/StackLearner).
## Features
- Fetch and watch YouTube playlists without distractions
- Take notes while watching videos
## Technologies Used
- **ReactJS**: For building the user interface
- **YouTube API** (assumed): For fetching playlists and video data
- Other libraries (e.g., for state management, note-taking, etc.) may be used but are not specified
## Installation
1. Clone the repository:
```bash
git clone https://github.com/shahalam22/Clean_Youtube.git
```
2. Navigate to the project directory:
```bash
cd Clean_Youtube
```
3. Install dependencies:
```bash
npm install
```
or
```bash
yarn install
```
4. Start the development server:
```bash
npm start
```
or
```bash
yarn start
```
5. Open your browser and go to `http://localhost:3000` (assuming the default port is 3000)
## Usage
- Enter a YouTube playlist URL to fetch and watch the playlist.
- Use the provided interface to take notes while watching videos.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or fixes.
## Contact
For any questions or feedback, contact [shahalam22](https://github.com/shahalam22)