Skip to content

Latest commit

 

History

History
199 lines (140 loc) · 5.7 KB

README.md

File metadata and controls

199 lines (140 loc) · 5.7 KB

Issues MIT License LinkedIn


Logo

Movie Go Joe

A Movie Trailer App with Genres, Catergories, Search and Watchlist features.


Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

Product Name Screen Shot

This Movie and TV Trailer app is designed to help you quickly find new Movies and TV shows to watch.

You can easily see what's Trending, scroll through genres, or use the search feature.

Add anything you like the look of to your Watchlist, and come back to it anytime.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/joewhocodes/moviegojoe.git
  2. Install NPM packages
    npm install

(back to top)

Usage

Scroll through movies and hover above any of them to see the trailer. On hover you can also click the "heart" to add it to the Watchlist tab.

Your Watchlist will be saved to Local Storage, meaning you can freely refresh the page or return at a later date with your Watchlist intact.

Use the search bar to search for any Movie or TV show. Use the filters in the top right to help filter your search.

(back to top)

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

(back to top)

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.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

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

(back to top)

License

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

(back to top)

Contact

Joe Ulyatt - @joewhocodes - [email protected]

Project Link: https://github.com/joewhocodes/moviegojoe

(back to top)