https://github.com/sandykr29/freetube
FreeTube is a project created by Sandeep Kumar. It's a clone of the popular video-sharing platform YouTube. The project is built using React, HTML, CSS, and JavaScript.
https://github.com/sandykr29/freetube
Last synced: about 1 year ago
JSON representation
FreeTube is a project created by Sandeep Kumar. It's a clone of the popular video-sharing platform YouTube. The project is built using React, HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/sandykr29/freetube
- Owner: Sandykr29
- Created: 2024-02-25T06:47:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T21:18:34.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:48:24.000Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://freetubeyoutube.netlify.app/
- Size: 5.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FreeTube
FreeTube is a project created by Sandeep Kumar. It's a clone of the popular video-sharing platform YouTube. The project is built using React, HTML, CSS, and JavaScript.
Deployment
The FreeTube project is currently deployed and accessible at: [FreeTube Deployment Link](https://freetubeyoutube.netlify.app/)
Features
Replicates the core functionalities of YouTube
Allows users to watch videos
Displays video details such as title, views, and description
Displays realtime information about user interaction features like liking, disliking, sharing, and saving videos
Provides comment sections for users to engage in discussions
Responsive design for easy access across devices
Technologies Used
React
HTML
CSS
JavaScript
Pages
Home: Landing page displaying videos and search functionality
Watch: Page for watching individual videos with video details and comments
Images
Images used in the project can be found in the assets folder of the GitHub repository.
Author
Sandeep Kumar
Getting Started
To run the FreeTube project locally, follow these steps:
Clone the repository: git clone https://github.com/Sandykr29/FreeTube
Navigate to the project directory: cd FreeTube
Install dependencies: npm install
Start the development server: npm start
Open your browser and visit: http://localhost:3000
Contributing
Contributions to the FreeTube project are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.