Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iitoneloc/covid-master

Bored in the House is an interactive web application that presents meal recipes, drink recipes, and movies based on user input.
https://github.com/iitoneloc/covid-master

Last synced: 6 days ago
JSON representation

Bored in the House is an interactive web application that presents meal recipes, drink recipes, and movies based on user input.

Awesome Lists containing this project

README

        

# Bored In The House
![Git Hub Language Count](https://img.shields.io/static/v1?label=Languages&message=3&color=blue&style=flat-square) ![GitHub](https://img.shields.io/github/license/iiTONELOC/covid-master?color=informational&label=Licene&style=flat-square)
![Screenshot](./assets/images/screenshot.jpeg)
# Description
Bored in the House is an interactive web application that presents meal recipes, drink recipes, and movies based on user input. The user story is as follows:
```
As a User:
I want to plan a night in.
I want to be given dinner, drinks and entertainment options.
When I click the start button
I'm able to search for a dinner recipe
When I choose dinner
I am presented with drink options.
When I choose a drink
I am then able to choose a movie to watch
After I made all the choices
I am then presented with my dinner recipe, drink recipe, and movie
My plan is then stored in the history to be pulled up again.
```
# Table of Contents

1. [Features](https://github.com/iiTONELOC/covid-master#features)
2. [Screenshot](https://github.com/iiTONELOC/covid-master#screenshot)
3. [Demo](https://github.com/iiTONELOC/covid-master#demo)
4. [Technology Stack](https://github.com/iiTONELOC/covid-master#technology-stack)
5. [Usage](https://github.com/iiTONELOC/covid-master#usage)
6. [Collaborators](https://github.com/iiTONELOC/covid-master#collaborators)
7. [License](https://github.com/iiTONELOC/covid-master#license)

# Features

This application uses localStorage for persistance of user data.
[Foundation](https://get.foundation/), [Moment.js](https://momentjs.com/), [jQuery](https://jquery.com/), [Google Font](https://fonts.google.com/), and [Animate CSS](https://animate.style/), for third-party APIs.
[TheMealDB](https://www.themealdb.com/), [TheCocktailDB](https://www.thecocktaildb.com/), and [TMDB](https://developers.themoviedb.org/3/getting-started/introduction) server-side APIs were used to build Bored in the House.

# Screenshot

![Screenshot](./assets/images/screenshot.jpeg)

# DEMO

If you are tired of the same old please check out, [Bored In The House](https://iiTONELOC.github.io/covid-master)

![Bored In The House Screenshot](./assets/images/boredinthehousegif.gif)

# Technology Stack

| Technology | Description |Links ↘️ |
| ---------- | -----------------------------------| ------|
|![GitHub top language](https://img.shields.io/github/languages/top/iiTONELOC/covid-master?color=yellow&label=JavaScript&style=flat-square) | JavaScript | [Moment.js](https://momentjs.com/), [jQuery](https://jquery.com/), [TheMealDB](https://www.themealdb.com/), [TheCocktailDB](https://www.thecocktaildb.com/), [TMDB](https://developers.themoviedb.org/3/getting-started/introduction) |
|![CSS](https://img.shields.io/static/v1?label=CSS&message=42.7%&color=blue&style=flat-square)| Cascading Style Sheets |[Foundation](https://get.foundation/), [Google Font](https://fonts.google.com/), [Animate CSS](https://animate.style/) |
|![HTML](https://img.shields.io/static/v1?label=HTML&message=2.0%&color=orange&style=flat-square)| Hyper Text MarkUp Language |

# Usage

When you choose start a plan you are presented with meal catagories to choose from. After you choose your meal you are presented with drink catagories to choose from. After you choose your drink you are presented with movie catagories to choose from. After you choose your movie you are presented with the results of your choices. The meal includes a picture, a link to the online recipe if applicable, an ingredients list, and directions for the recipe. The drink includes a picture, ingredients for the recipe, and directions for the recipe. The movie includes the movie poster, and a short description of the movie. You have the ability to save your current result, view your saved results, start a new plan, or shuffle, which renders a new plan with your current inputs. When you choose view saved plans you will be taken to a list of your saved results that include the day you saved the plan, the name of the meal, name of the drink, and name of the movie you saved.

# Collaborators

| Username | Link ↘️ |
|------------|-----------------------|
| lewisoutdoorllc| [Cody's GitHub](https://github.com/lewisoutdoorllc)|
| iiTONELOC| [Anthony's GitHub](https://github.com/iiTONELOC)|
| jmax407 | [Julius' GitHub](https://github.com/jmax407)|
| KHudaKoz| [Kip's GitHub](https://github.com/KHudaKoz)|
| mrhumpherys| [Michael's GitHub](https://github.com/mrhumpherys)|

# License

MIT License

Copyright (c) [2021] [Anthony Tropeano, Michael Humpherys, Julius Maxwell, Cody Lewis, Kip HudaKoz]

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.