An open API service indexing awesome lists of open source software.

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.

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

![Streamz Web Preview](https://github.com/DamianRavinduPeiris/streamz-web/assets/115478137/a0acb6b0-c969-4da6-919e-1a61fe98fbac)

![image](https://github.com/user-attachments/assets/067500d7-30e6-4bb3-8f2e-784270ae1003)

![image](https://github.com/user-attachments/assets/e79ab2b2-95f5-4f73-828c-8b97e8d8d6a7)

## 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-web

3. Install dependencies:
```bash
npm install
```
Or, if using Yarn:
```bash
yarn install

4. Start the development server:
```bash
npm run start
```
Or, if using Yarn:
```bash
yarn start

5. 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](#)