Skip to content

Instantly share code, notes, and snippets.

View DinneK's full-sized avatar
🦥

Dinne Kopelevich DinneK

🦥
View GitHub Profile
@DinneK
DinneK / micromodal.css
Created October 24, 2022 20:07 — forked from ghosh/micromodal.css
Demo modal styles for micromodal.js and corresponding expected html. If using this, set the `awaitCloseAnimation` in config to true
/**************************\
Basic Modal Styles
\**************************/
.modal {
font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal__overlay {
position: fixed;

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 😁

Project: Pantry to Pan

Group Member Names: Maya Kappen, Shauna MacFarLane-Okomgo, Will Hobson, Dinne Kopelevich

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

  • Dinne - get comfortable coding on my own, kindly confronting humans, and being clear in my expectations
  • Shauna - get comfortable writing code on my own, implementing the fetch and the APIs.
  • Will - more comfortable writing tests, Fetch, clean up code as I go.
  • Maya - learn the API calls and server stuff, pseudo coding, clear plan about each function before written.
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help