Skip to content

Instantly share code, notes, and snippets.

Instructions

  1. Fork this gist, then "edit" the gist
  2. Fill out the questions below
  3. Click the "Add file" button and add your source code to the gist
  4. Submit by the due time as instructed in Zoom

Do not publish your code on a public repl.it or repo or other public means.

Prompt

DTR:

What are each of our learning goals for this project? What drives us in this project?

Maxwell: Learn a new language, or get into the process of learning a new language. Ruby: Intergrate a bunch of cool technologies and implement them into a project. Also CI. Trond: Learn how to make a game with React. DeMarcus: Learn to make an API with a new language. Justin: Implement all the tools we have learned over the last 7+ months into a singular project.

What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?

*OVERALL: Be sure to communicate your status and how you're doing.

DTR:

What are each of our learning goals for this project? What drives us in this project?

Maxwell: Learn a new language, or get into the process of learning a new language. Ruby: Intergrate a bunch of cool technologies and implement them into a project. Also CI. Trond: Learn how to make a game with React. DeMarcus: Learn to make an API with a new language. Justin: Implement all the tools we have learned over the last 7+ months into a singular project.

What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?

*OVERALL: Be sure to communicate your status and how you're doing.

DTR: ##What are each of our learning goals for this project? What drives us in this project? Maxwell: Learn a new language, or get into the process of learning a new language. Ruby: Intergrate a bunch of cool technologies and implement them into a project. Also CI. Trond: Learn how to make a game with React. DeMarcus: Learn to make an API with a new language. Justin: Implement all the tools we have learned over the last 7+ months into a singular project.

##What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches? *OVERALL: Be sure to communicate your status and how you're doing.

DTR: What are each of our learning goals for this project? What drives us in this project? Maxwell: Learn a new language, or get into the process of learning a new language. Ruby: Intergrate a bunch of cool technologies and implement them into a project. Also CI. Trond: Learn how to make a game with React. DeMarcus: Learn to make an API with a new language. Justin: Implement all the tools we have learned over the last 7+ months into a singular project.

What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches? *OVERALL: Be sure to communicate your status and how you're doing.

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

Individual Object Literal Practice

  1. Fork the following REPL
  2. Work through the problems on your own (no rush here!)
  3. DM me your REPL when you've finished and take a 7 minute POM
  4. Wait for me to tell you next steps.

DON'T PANIC if you're stuck! We'll review as a whole class at the end!

Lets face it, coding is hard. but... there is some good news.
there are several steps you can take in order to make the process easier.

  1. Understand and Analyse the Problem
    Read the problem, start thinking about it and if possible write the things that are given and the things that you need to find out on a piece of paper.

  2. Go through the sample inputs and examples thoroughly
    Going through some sample inputs and coming up with more examples sure helps you a lot to understand the problem well, and moreover, it gives you a clear way to how many cases your code should handle, and what all can be the possible output or output range.

# Your Name
Justin Corbin
## Winter Challenges
### JavaScript DOM Challenges
PLEASE DELETE THE BULLET POINTS FOR THE CHALLENGES YOU DO NOT COMPLETE!
- [Munchie Madness](https://github.com/Corbinj22/MunchieMadness) GH Page (https://corbinj22.github.io/MunchieMadness/)
- [Will Andy Pick Me?](https://github.com/Corbinj22/will-andy-pick-me) - [GH Pages](https://corbinj22.github.io/will-andy-pick-me/)