Quaranine Accomplishments
Click here for the deployed application Original Repo found at: https://github.com/mlanglois333/Quarantine-Accomplishments
This application is designed to help the user log and keep track of movies, tv shows, and books they have watched and read over the course of the pandemic. When a title is searched, the title and relevant information will be displayed for the user, who can then decide to add it to their list.
This application uses a single HTML page and a single JS file, with most elements being created dynamically. Our css is powered by a modified version of Tailwind. Our back-end is powered by Jquery and uses the following API's to retrieve information:
OMDB - Movie Database TMDB - Television Database OpenLibrary- Books Database
The titles are stored in local storage so they will remain saved on the users device unless they would like to remove it.
If video does not load, click here for demo
This application was developed by:
Keith Tharp - Front-end Kayla Dunphe - Front-end Marc Langlois - Back-end/Team Lead Warren Hunt - Back-end Adrian Lambros - Back-end
Group 6, UNH Coding Bootcamp 2020
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.