Skip to content

Instantly share code, notes, and snippets.

View mendozalourdes's full-sized avatar

Lourdes Mendoza mendozalourdes

  • Denver, CO
View GitHub Profile

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions

You will not be turning this in; it's for your own understanding/learning/benefit 😁

DOM Manipulation Practice

💻 Set Up

Fork this CodePen.

📍 Goal

Without editing the HTML, make the site look like this: comp

👟 Steps

Guiding Questions to Define The Relationship:
What are each of our learning goals for this project? What drives us in this project?
THE DOM!
What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
Pair Programming
How do you communicate best? How do you appreciate receiving communication from others?
We will both try to communicate more directly, though with kindness, and understand that we're here to work collaboratively
and find ways to push ourselves (with kindness).

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made only one initial commit.
  • I pushed my initial commit to GitHub.