Skip to content

Instantly share code, notes, and snippets.

View khalidwilliams's full-sized avatar

Khalid Williams khalidwilliams

  • Homebound Technologies, Inc.
  • Chapel Hill, NC
View GitHub Profile

Mid Mod Submission

girl smashing bowl in celebration

YOU DID IT!!!!!!

Throw a comment down below with a link to your mid mod repo.

React Weather App

For this exercise, we would like you to make and test a weather app using React, React Testing Library, and the open weather map api.

Spec

  • The app should have a form that takes in a location (city name or zip code, your choice)
  • When the form is submitted, the app should display the current weather for the location
  • When the form is submitted, the app should display a 5 day forcast for the location

Data

Rancid Tomatiilos Submission

Danny DeVito pushing papers off of a desk

Congrats y'all! Great job on the project.

By 9pm tonight, toss a coment down below with:

  • The link to your project
  • The link to your deployed site (if deployed -- no stress if not!)

In your pairs, walk through each line and explain what is happening.

  it('should have the correct content when rendered', () => {
    render(<Card
      title="Feed the birds"
      description="Tuppence a bag"
      id={1}
      removeIdea={jest.fn()}
 /&gt;);

Final Assessment Submission

students throwing paper in the air Spongebob wiping his hands

Donezo.

You're finished with your technical work for Mod 3! Congratulations!!!!!

Post your new remote with your work pushed up in a comment down below. We'll get you feedback by the end of the day

Final Solo Project Submission

seinfeld characters dancing in celebration

YOU DID IT!!!!

Congratulation! Final project is in the bag.

Please commnet here below with:

  • your repo

Stretch Submission Gist

Girl cheering

Congratulations on getting through your group project!!!

Add a comment to the gist with:

  • your group memembers
  • your repo
  • your stretch technology

Mid Mod Submission

Boy holding a GUTS trophy

YOU DID IT!!!!!!

Throw a comment down below with a link to your mid mod repo.

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

In breakout pairs, answer the following:

  • What sorts of things do we test for in a React application?
  • What is a Promise?
  • What does it mean for a Promise to resolve? To reject?
  • How do you access the resolved value of a Promise (hint: there's more than one answer)
  • How do you access the rejected value of a Promise (hint: there's more than one answer)