Skip to content

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.

Notifications You must be signed in to change notification settings

DamianRavinduPeiris/streamz-web

Repository files navigation

Streamz

This is the frontend repository for Streamz.

The backend repository can be found in here.

Preview

Streamz Web Preview

image

image

Installation and Setup

Prerequisites

Ensure you have the following installed:

  • Node.js (v16.x or higher)
  • npm or yarn

Steps

  1. Clone the repository:

    git clone https://github.com/DamianRavinduPeiris/streamz-web.git
  2. Navigate to the project directory:

    cd streamz-web
    
  3. Install dependencies:

    npm install

    Or, if using Yarn:

    yarn install
    
  4. Start the development server:

    npm run start

    Or, if using Yarn:

    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:
    git checkout -b feature/your-feature-name
    
  3. Commit your changes:
    git commit -m "Add your feature description"
    
  4. Push the branch:
    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.

Made with ❤️ by Damian

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published