Skip to content

Instantly share code, notes, and snippets.

@Dustin-Mikusko
Dustin-Mikusko / Mod-3-Final-Notes.md
Created January 15, 2020 15:48 — forked from trishalanglois/Mod-3-Final-Notes.md
React w/ Jest, Router, Redux

Creating a React App

  1. In the terminal run: npx create-react-app NAME-OF-APP
  2. Cd into the new directory: cd NAME-OF-APP
  3. Run: npm install.
  4. You can run npm start to see if the app was set up correctly.

Setup Redux

  1. npm i redux react-redux redux-devtools-extension -S

CSS Grid Challenges

Work to recreate each comp using CSS Grid. There are multiple pathways to a solution for each comp!

Level 1:

grid-1

Level 2:

grid-2

@Dustin-Mikusko
Dustin-Mikusko / DTR
Created August 19, 2019 20:46 — forked from KevDev90/DTR
Template for DTR Memo
Group Member Names: Kevin Johnson, Dustin Mikusko
What feedback did you get on Dog Party today? What was your biggest takeaway?
Dustin- Got the entire project completed with some holes. Do the workflow as it's given to you instead of getting ahead of yourself and adding extra things.
Kevin- Format my HTML better, get more used to working with js. Do the work they ask of you in the order they ask you and try not to add to much on your own.
Goals and Expectations for the Project (You don't know the details of the project yet. But as you go into any project, how do YOU define success?)
​Stick to the iteration without deviating too much. Get useful practice and knowledge out of the project. To be able to

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.