Skip to content

Instantly share code, notes, and snippets.

@J-Dunny
J-Dunny / techChallenges.txt
Created May 31, 2022 18:25
Tech Challenges
Million Numbers :
What worked well in your process?
- I was able to get the code solved pretty fast in about 20 min. But I believe that this would be O(n^2).
What was difficult/where did you struggle?
- I would struggle on making this more efficient
What feedback/discussion did you have with your peer?
-

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 😁

@J-Dunny
J-Dunny / gist:5ecda78620273b8dd2b2da458ffa8918
Created January 11, 2022 20:36
Group-Paired-Project-Reflection
# Abstract
- We were tasked with creating a website that would take two inputs: a title and a body, and then save and display an idea box. The boxes would be arranged in a grid below on the page.
- The user was able to star, delete, or comment on the idea box.
- The user was able to display either all of the idea boxes or show the stared ideas.
- The user was able to use a search bar that would search for an idea box that matching what they had typed into the search.
# Overall
- I normally am the one that kind of takes the lead on the project and does the organizing and planning of meetings but I do have a problem of trying to make it go my way to make sure everything is perfect instead of putting trust in others.
# Technical

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

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

  • I named my directories correctly.