https://github.com/damianravindupeiris/streamz-web
Streamz is a web application built with MERN stack , which let's you watch movies and TV shows.This repo contains the Frontend of the application.
https://github.com/damianravindupeiris/streamz-web
express mern mongodb movie-streaming node react
Last synced: about 2 months ago
JSON representation
Streamz is a web application built with MERN stack , which let's you watch movies and TV shows.This repo contains the Frontend of the application.
- Host: GitHub
- URL: https://github.com/damianravindupeiris/streamz-web
- Owner: DamianRavinduPeiris
- Created: 2023-12-17T08:38:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-20T10:33:40.000Z (about 2 months ago)
- Last Synced: 2025-04-20T12:01:17.355Z (about 2 months ago)
- Topics: express, mern, mongodb, movie-streaming, node, react
- Language: TypeScript
- Homepage: https://streamz-web.vercel.app
- Size: 196 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamz
This is the **frontend** repository for **Streamz**.
The backend repository can be found in [here](https://github.com/DamianRavinduPeiris/streamz-web-backend).
## Preview



## Installation and Setup
### Prerequisites
Ensure you have the following installed:
- **Node.js** (v16.x or higher)
- **npm** or **yarn**### Steps
1. Clone the repository:
```bash
git clone https://github.com/DamianRavinduPeiris/streamz-web.git
```2. Navigate to the project directory:
```bash
cd streamz-web3. Install dependencies:
```bash
npm install
```
Or, if using Yarn:
```bash
yarn install4. Start the development server:
```bash
npm run start
```
Or, if using Yarn:
```bash
yarn start5. Open your browser and go to `http://localhost:3000`.
## Contribution Guidelines
Contributions are welcome! Here's how you can contribute:
1. Fork the repository.
2. Create a new feature branch:
```bash
git checkout -b feature/your-feature-name
3. Commit your changes:
```bash
git commit -m "Add your feature description"
4. Push the branch:
```bash
git push origin feature/your-feature-name
5. Open a pull request.### Reporting Issues
If you encounter any issues, please open an issue in the repository with a detailed description.
## License
This project is licensed under the [MIT License](LICENSE).
Made with ❤️ by [Damian](#)