Skip to content

Instantly share code, notes, and snippets.

View lundgrea's full-sized avatar

Alyssa Lundgren lundgrea

View GitHub Profile

Template for DTR Memo Project: Idea Box

Group Member Names: Amy Rippeto, Eric O'Neill, Alyssa Lundgren

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

  • Hone previous JS, HTML, CSS skills
  • Score between advanced beginner and proficient
  • Learn about and utilize localStorage and JSON
  • Communication amongst our teammates

Rubric

Functional Expectations

  • Novice: Application meets all of the expectations of phase one.
  • Advanced Beginner: Application meets all of the expectations of phase two.
  • Proficient: Application meets all of the expectations of phase three.
  • Exceptional: Application adds three or more of the extensions from phase four.

DTR: Define the Relationship

DTR Memo

Project: Number Guesser

Group Member Names: Noah Gibson, Alyssa Lundgren

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

  • Average of Advanced Beginner and Proficient on the project as a whole
  • Submitted on time
@lundgrea
lundgrea / Mod 0 Capstone Professional Development.md
Last active April 25, 2019 15:29
Mod 0 Capstone Professional Development

Mod O Professional Development

Pairin

  • Take the Pairin survey.
  • Read this post and watch this video
  • Respond to the following questions in a reflection (4-6 sentences):
  1. What is your greatest strength and how do you know? I believe that my greatest strength is my ability is my positivity and enthusiasm, my supportive and encouraging nature. Throughout college I played volleyball for the CU Club team. I never thought of myself as the best volleyball player on the team although I worked hard at it, but I worked to be the best teammate. Currently, I workout at a gym called Bella Strength in Boulder and while I love to lift and love to push myself I also love the community of members and giving them praise and encouraging them. Professionally, as a manager this strength also came in handy. I was able to set clear performance expectations and then work to
@lundgrea
lundgrea / AlyssaLundgren-mod-0-capstone-gear-up.md
Last active April 10, 2019 02:19
AlyssaLundgren-mod-0-capstone-gear-up
@lundgrea
lundgrea / AlyssaLundgren-mod-0-capstone.md
Last active April 23, 2019 03:17
AlyssaLundgren-mod-0-capstone

Mod 0 Capstone Gist

DAY ONE

Chapters 1 and 2 on Structure and Text from HTML and CSS: Design and Build Websites

  1. On a website, what is the purpose of HTML code? HMTL code defines the structure of a website to make it easier for the user to navigate and understand. The HTML code is read and interpreted by the browser.
  2. What is the difference between an element and a tag? The terms are often used synonymously but an element typically includes two tags (see empty elements below for an example of a single tag element), an opening tag and a closing tag. The elements tell the browser something about the information included within the tags. Tags act like containers and tell the browser something about the information within the tags. They often come in twos and are the "markup" in Hypertext Markup Language. Tags make-up elements
  3. Why do we use attributes in HTML elements? Attributes provide additional information about the contents of the associated tags/element. An attribute of an ele
@lundgrea
lundgrea / mod_0_session_4_practice_tasks.md
Last active March 27, 2019 00:31 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.