Skip to content

Instantly share code, notes, and snippets.

View kevinhartmann23's full-sized avatar

Kevin Hartmann kevinhartmann23

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
  3. Comment a link to your forked copy on the original gist

Questions / Readings

@kevinhartmann23
kevinhartmann23 / Hang In There - DTR.md
Last active October 14, 2020 00:39
Kevin Hartmann & Luke Mason - Define the relationship

DTR - Hang in There!

Project: Hang in there - Pair Project

Group Member Names: Luke Mason, Kevin Hartmann

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?):

  • Getting comfortable with collaborative work (gitHub, workflow, etc.)
  • Develope a good professional working relationship -

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor