-
Notifications
You must be signed in to change notification settings - Fork 1
Final Report
Nathan Bills edited this page Apr 22, 2014
·
7 revisions
The purpose of our site fulfills two different needs for movie collectors. They are:
- Keep track of and organize movies
- A system to track movies that have been loaned to friends, including a notification system that lets your friends know it is time to return the movie(s).
These are common needs that we found could be filled by a web application. Our application is a responsive, mobile-first design that is simple and easy to use. The web application allows a user to:
- Sign up and create a new account
- Add/Remove movies from the Master movie library,
- Users can search for movies they own, which hits TheMovieDB API and returns a result set of movies.
- The user can then select the appropriate movie to be added to the library.
- Create (and delete) additional movie libraries (create an 'action movie' library, etc.)
- Create a simple friend profile to keep track of who borrowed what and when that movie needs to be returned.