Welcome to Video Hub, a platform where users can upload and watch their videos seamlessly.
The application has been deployed and can be accessed at the following link: Video Hub Deployed
Video Hub is a ReactJS-based web application that allows users to upload their videos and provides a user-friendly interface for watching them later. The application is designed to make video sharing and viewing a hassle-free experience.
- Video Upload: Users can easily upload their videos using the provided interface.
- Video Viewing: Uploaded videos can be viewed within the application.
- User-Friendly Interface: The application boasts an intuitive and user-friendly design.
- Responsive Design: Video Hub is responsive and works seamlessly across various devices and screen sizes.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/video-hub.git - Navigate to the project directory:
cd video-hub - Install dependencies:
npm install - Start the development server:
npm start - Open your browser and go to
http://localhost:3000to access the application.
We welcome contributions from the community! To contribute to Video Hub, follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-new-feature - Commit your changes:
git commit -m "Added new feature" - Push to the branch:
git push origin feature-new-feature - Create a Pull Request explaining your changes.
If you encounter any issues or have questions, please feel free to open an issue. We are here to help!
This project is licensed under the MIT License.
Happy video sharing and viewing on Video Hub!