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.
- 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.
- Frontend: React, React Router, Material UI, Rapid API
To run VidStreamify locally:
-
Clone the repository:
git clone https://github.com/MartinTomic16/VidStreamify.git
-
Install dependencies:
cd VidStreamify npm install
-
Create .env file and put your key as value:
VITE_RAPID_API_KEY="YOUR_KEY_VALUE_HERE"
-
Start the development server:
npm run dev
-
Open your browser and go to
http://localhost:5173
to view VidStreamify.
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.