An open API service indexing awesome lists of open source software.

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.

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)