What's for Dinner?

Abstract:

This webpage was built so that it allows the user to view randomly generated dishes or entire meals. The user also has the option to add their own dishes with a provided form. This webpage can help you figure out what to cook when you are feeling overwhelmed by the decision.

Installation Instructions:

First, clone the SSH code from this link to your local computer Second, open in your text editor Third, read the README.md Fourth, in the terminal, run the coommand open index.html for initial deployment and interaction with app

Preview of App:

screenshot

Context:

This project was my second solo project during the third week at Turing School. It took me three days to complete.

Contributors:

Faye Rosenshein GitHub

Learning Goals:

  • Gain experience building an application that utilizes HTML, CSS and JavaScript
  • Write HTML and CSS to match a provided comp
  • Understand how to listen to and respond to user events
  • Individualize your programming skill set

Wins + Challenges:

Challenges

  1. Being DRY in my code and refactoring with the same result.
  2. Exploring and learning how to use the browser's Dev Tools.

Wins

  1. Through this project I really focused on adding parameters to my functions to make things more DRY.
  2. I am much more confident in my git workflow as well as my knowledge of CSS