Fenrir-04 / Algo-Media

A YouTube Clone Website using React.JS, Material UI and RapidApi.
MIT License
16 stars 62 forks source link

🎯 Algo-Media

Welcome to Algo-Media! πŸŽ‰ Algo-Media is a React-based video streaming application that allows users to watch YouTube videos. It utilizes the YouTube v3 API provided by RapidAPI to fetch and display videos.




Algo-Media

Algo-Media is a React-based video streaming application inspired by platforms like YouTube. It allows users to watch YouTube videos directly within the application. This repository serves as the codebase for the Algo-Media project, and it utilizes the YouTube v3 API.

πŸ“š Table of Contents

πŸ‘‹ Introduction

The Algo-Media application leverages the powerful YouTube v3 API, which enables the retrieval of video data such as titles, descriptions, channel information, and more. By utilizing the API, the application seamlessly integrates with the YouTube API to provide users with an immersive video streaming experience.

βš™οΈ Installation

To get started with Algo-Media, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Fenrir-04/Algo-Media.git
  2. Navigate to the project directory:

    cd Algo-Media
  3. Install the necessary dependencies:

    npm install
  4. Configure API keys: Obtain API keys for the YouTube v3 API by signing up on Google Developer Console and enabling to the YouTube v3 API. Once you have the API keys, create a .env file in the root directory of the project and add the following:

    REACT_APP_APIKEY= your_youtube_api_key
  5. Configure Firebase: Configure your Project in Google Firebase. Enable Authentication through Native Providers(email/password) and Google. Add these keys in .env file:

    REACT_APP_FIREBASE_APIKEY = <KEY>
    REACT_APP_FIREBASE_AUTHDOMAIN = <KEY>
    REACT_APP_FIREBASE_PROJECTID = <KEY>
    REACT_APP_FIREBASE_STORAGEBUCKET = <KEY>
    REACT_APP_FIREBASE_MESSAGING_SENDER_ID = <KEY>
    REACT_APP_FIREBASE_APPID = <KEY>
  6. Run the application: Start the development server by running the following command:

    npm start

    This will launch the application in your default web browser. You can access it at http://localhost:3000.

πŸš€ Usage

  1. On the Algo-Media homepage, you can enter keywords or topics in the search bar to find related YouTube videos.
  2. Click on a video thumbnail to open the video player and start watching the selected video.
  3. Scroll down to view additional video suggestions based on your search query.

Feel free to add more features to this project.

🧰 Tech Stack Used

React

πŸ‘¨β€πŸ’» Mentors and Project Admin

The Algo-Media project is part of the Girlscript Summer of Code 2023 program. The mentors for this project are Komal Dewnani and Yashvardhan Verma. The project is administered by Harshvardhan Singh. Feel free to tag them for reviewing pull requests, assigning issues or any other queries. GSSOC'23 Contributors join our Discord Channel for Collaboration and Support

🀝 Contributing

Contributions to Algo-Media are always welcome! If you'd like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m "Add your commit message"
  4. Push your changes to your forked repository:
    git push origin feature/your-feature-name
  5. Open a pull request.

If you have any questions, suggestions, or need assistance with your contribution in GSSOC'23, feel free to reach out to the mentors or the project admin. They will be happy to help and guide you through the process.

πŸ“ License

The project is licensed under the MIT License.

πŸ§‘β€πŸ€β€πŸ§‘Contributors

Thank you for considering contributing to Algo-Media! Your contributions will play a crucial role in enhancing the functionality and user experience of the application. We would like to thank the following contributors for their valuable contributions to Algo-Media:

(Back to top)