Skip to content

macjabeth/showbunny

Repository files navigation


Logo

Showbunny

A place to watch and track your favourite movies and tv shows!

Visit Site (Prior Version) — Report BugRequest Feature

Vercel Contributors Issues License

Table Of Contents

About The Project

There are many great streaming sites on the web; however, most of them lacked features I wished were included. I wanted to create a site so amazing that it'll be the last one you ever need.

Built With

This project was built using vanilla HTML, CSS and JavaScript.

Getting Started

To run this project locally, please follow the below steps.

Prerequisites

You will need the following installed on your machine:

Installation

First you will want to clone the repository.

git clone https://github.com/macjabeth/showbunny.git

Then install NPM packages.

npm install

Usage

The default npm scripts are as follows.

{
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "serve": "vite preview"
  }
}

To start the dev server, type npm run dev into the terminal.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated (and will get you added to the acknowledgements section).

  • If you have suggestions for adding or removing features, feel free to open an issue to discuss it, or directly create a pull request after making any necessary changes.
  • Create individual PRs for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea.

Creating A Pull Request

  1. Fork the Project
  2. Create your GitFlow Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing-feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Joining the Community

We have a community on Discord to discuss Showbunny and other topics. Feel free to come join us!

License

Distributed under the MIT License. See LICENSE for more information.

Authors

  • macjabeth - a software engineer passionate about learning new technologies and teaching others to be better developers
  • BabyMaybe - my friendly neighbourhood cat

Acknowledgements