Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardzhang01/date-night-generator
Date Night Generator is a front-end project developed using The Movie DB and Mapquest APIs, and styled using Foundation.
https://github.com/richardzhang01/date-night-generator
css foundation html javascript jquery mapquest-api the-movie-database-api
Last synced: 3 days ago
JSON representation
Date Night Generator is a front-end project developed using The Movie DB and Mapquest APIs, and styled using Foundation.
- Host: GitHub
- URL: https://github.com/richardzhang01/date-night-generator
- Owner: RichardZhang01
- Created: 2022-05-31T15:53:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T14:57:06.000Z (over 2 years ago)
- Last Synced: 2023-03-07T20:43:46.702Z (over 1 year ago)
- Topics: css, foundation, html, javascript, jquery, mapquest-api, the-movie-database-api
- Language: HTML
- Homepage: https://richardzhang01.github.io/date-night-generator/
- Size: 7.66 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Date Night Generator
> By Kevin Lee, Jordan Pletzer, and Richard Zhang## Description
This repository contains a Date Night Generator that pairs the perfect movie with the perfect restaurant. Through a simple set of choice inputs, this application will present the user with a shortlist of movies and restaurants that match their chosen preferences. It includes use of The Movies Database API and the MapQuest API. It also features use of localstorage and the Foundations CSS framework.## Link and Screenshots
This website can be accessed at https://richardzhang01.github.io/date-night-generator/
Below is a screenshot of the website.
![Landing Page Screenshot](./assets/images/screenshot-1.png)
## Technologies Used
- HTML
- CSS
- JavaScript
- [Foundation](https://get.foundation/)
- [Google Fonts](https://fonts.google.com/)
- [JQuery](https://jquery.com/)
- [The Movie DB API](https://developers.themoviedb.org/3/getting-started/introduction)
- [Mapquest API](https://developer.mapquest.com/)## License
MIT License
Copyright (c) [2022] [Jordan Pletzer, Kevin Lee, Richard Zhang]
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.