Skip to content

VidStreamify, YouTube Clone Application in React JS with Material UI 5

Notifications You must be signed in to change notification settings

MartinTomic16/VidStreamify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VidStreamify

Welcome to VidStreamify, YouTube clone app developed by Martin Tomić. VidStreamify is a web application built with React and Material UI, using Rapid API's Youtube v3 API, offering a seamless video streaming experience akin to YouTube.

Features

  • Watch Videos: Explore a vast collection of videos across various genres and topics.
  • Discover Trending Content: Stay updated with trending videos and popular channels.
  • Responsive Design: Enjoy a consistent experience across devices, from desktops to mobile phones.

Technologies Used

  • Frontend: React, React Router, Material UI, Rapid API

Demo

View Demo

Installation

To run VidStreamify locally:

  1. Clone the repository:

    git clone https://github.com/MartinTomic16/VidStreamify.git
  2. Install dependencies:

    cd VidStreamify
    npm install
  3. Sign up for Rapid API's Youtube v3 key

  4. Create .env file and put your key as value:

    VITE_RAPID_API_KEY="YOUR_KEY_VALUE_HERE"
  5. Start the development server:

    npm run dev
  6. Open your browser and go to http://localhost:5173 to view VidStreamify.

Contact

For any inquiries or feedback, feel free to reach out to martin.tomic16@gmail.com.


This project is part of my portfolio. For more projects, visit mat16.onrender.com.