Giter Site home page Giter Site logo

movieman's Introduction

MovieMan

A simple app to manage and maintain your favorite movie collection.

Read the Specification Document

Installation

git clone https://github.com/sctskw/movieman.git && cd movieman
npm install
npm start

Demo

You may log into the application with any username/password combination. Once logged in, the user you chose, will be able to add favorites. Next time you log in as this user, your collection will be available. We have also pre-populated a user to help you get started:

Username/Password: demo/demo

Testing

npm test

Browser Support

  • Chrome [best viewing experience]
  • Firefox
  • Safari

Known Issues

  • Authentication #1:

    • Currently, authentication does not check against a user database. You can enter any username/password combination and you will be logged in as that user. Passwords are not saved or stored anywhere.
  • Search Page Not Remembering Favorites #2:

    • Currently, the search page does not show you if you have already favorited a movie. This feature will be added in a future release.
  • Minification of Static Files #3:

    • Currently, the Javascript and CSS Stylesheets are not minimized for debugging purposes

movieman's People

Contributors

sctskw avatar

Watchers

 avatar  avatar

Forkers

austin1237

movieman's Issues

[Search] remember favorites

Currently, when searching for movies to add to a collection, it does not indicate that the movie is already added as a favorite in your collection. Add this so users don't try to add it a second time or they can unfavorite the movie.

[AUTH] authenticate user against a persistence storage system

Currently, users are not authenticated against a database. Add a user collection that we can crosscheck users in with their username and passwords. Will also need a registration page to add new users to the system.

Requirements

  • password encryption (bcrypt)
  • fields: username, email, password, date_added

[Speed] shrink static files

Need to minimize/uglify the Javascript and CSS Stylesheets for performance reasons. Also, can gzip them on the server side for even more performance boost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.