https://github.com/mmabiaa/live-streama
This a simple web streaming platform built using html, css and javascript
https://github.com/mmabiaa/live-streama
css html html5 javascript js live mmabiaa streaming streaming-platform streaming-platforms streaming-website web web3js webs website
Last synced: about 2 months ago
JSON representation
This a simple web streaming platform built using html, css and javascript
- Host: GitHub
- URL: https://github.com/mmabiaa/live-streama
- Owner: Mmabiaa
- License: mit
- Created: 2024-12-04T22:10:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T21:58:51.000Z (5 months ago)
- Last Synced: 2025-02-07T17:37:11.828Z (4 months ago)
- Topics: css, html, html5, javascript, js, live, mmabiaa, streaming, streaming-platform, streaming-platforms, streaming-website, web, web3js, webs, website
- Language: HTML
- Homepage: https://live-streama.vercel.app
- Size: 283 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live-Strema ๐น
Welcome to the Basic Streaming Platform! This project is a simple web application built using HTML, JavaScript, and CSS that allows users to stream content, manage their accounts, and interact with the platform.
## Table of Contents
- [Features](#features)
- [Screenshot](#screenshot)
- [Technologies](#technologies)
- [Demo](#demo)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## Features๐ชฝ
- **User Registration**: New users can create an account.
- **User Login**: Existing users can log in to access their accounts.
- **Content Streaming**: Users can stream various media content.
- **Call Functionality**: Users can initiate calls within the platform.
- **About Page**: Learn more about the platform and its features.
- **Responsive Design**: The platform is designed to work on various devices.## Screenshot
- This is a shots of the various page of this program.
---
**Home Page**
---
**Login Page**
---
**Register Page**
---
**Meeting Page**
---
**Live Page**
---
**Contact Page**
---
**About Page**
---
## Technologies ๐ป
The platform uses the following technologies:
- **HTML5**: Provides the structure for the web pages and the frontend layout.
- **CSS3**: Adds styles to the pages for a sleek and modern interface.
- **JavaScript**: Handles interactive elements, dynamic content, and backend logic.
- **Node.js (Future)**: To improve backend functionality (if used for further enhancements).
- **WebRTC**: For real-time audio/video communication during calls and meetings.
- **Firebase (Future)**: Potentially used for user authentication and real-time database features.## Demo ๐ฌ
Check out the live demo of the platform [here](https://live-streama.vercel.app).
## Installation ๐ ๏ธ
To run the project locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/mmabiaa/live-streama.git
cd live-streama
```## Contributing ๐ค
We welcome contributions from the community! If you'd like to contribute to the platform, follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-name`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add feature'`).
5. Push your branch (`git push origin feature-name`).
6. Create a pull request.[Contribution](CONTRIBUTION.md)
Make sure to follow the coding standards and write clean, maintainable code.## License ๐
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
### Enhancements for Future Development ๐
1. **Video Streaming**: Implement a video-on-demand (VOD) system.
2. **User Profiles**: Add profile pictures, user bios, and content recommendations.
3. **Real-Time Chat**: Add chat functionality for users during live meetings or streams.
4. **Live Comments & Reactions**: Allow viewers to comment and react in real-time during live streams.
5. **Advanced Search**: Enable users to search for content more efficiently by category, genre, or keyword.