This repository holds the code for VidStream, a user-friendly video streaming application built with ReactJS and Material UI.
Node.js and npm (or yarn): Ensure you have Node.js and npm (or yarn) installed on your system. You can download them from https://nodejs.org/en.
Use Git to clone this repository:
git clone https://github.com/aspreet31/vidStream.git
Installation:
Navigate to the project directory:
cd vidStream
Install project dependencies: npm install (or yarn install)
Running the Application:
Start the development server: npm start (or yarn start)
The application will typically open in your default web browser at http://localhost:3000 (or a similar port).



