/movie-plus

A web application for movie enthusiasts who want to keep track of films they find interesting.

Primary LanguageJavaScript

Movie +

A web application for movie enthusiasts who want to keep track of films they find interesting.

Whether it's going to the theatre or viewing from the comfort of home, watching movies is one of my favorite things to do. Movie + allows fellow film fans to easily search and bookmark movies they've loved in the past or look forward to seeing in the future.

Live Demo

Check out the live site here - Movie +

Technologies Used

Current Features

  • User can search by movie title
  • User can view search results
  • User can add movie to watchlist
  • User can view watchlist
  • User can remove movie from watchlist

Upcoming Features

  • User can review movie
  • User can filter watchlist by name, year, director, or cast

Preview

demo

Getting Started

  1. Clone the repository and navigate to the directory.

    git clone git@github.com:mmoncera/movie-plus.git
    cd movie-plus
  2. Install all dependencies with NPM.

    npm install
  3. Start the project. Once started you can view the application by opening index.html in your default browser.