Skip to content

Latest commit

 

History

History
 
 

day_7

Day 7 - Build a Thing!

Congrats on making it through the first 6 days of Prework! Today, you will put together everything you have learned to actually build a program! Hopefully, this will show you how much you have already accomplished in your first week as a programmer!

When you have completed the activities for day 7, you will follow instructions to submit your work through a GitHub Pull Request.

Open your local copy of backend_mod_1_prework

Using your terminal, open your local copy of the forked repository you created during setup. Hopefully you are getting the hang of this, but revisit day_1 for more detail if needed.

Make a Program

  1. Using what you have learned in the last week, complete both of the projects below. Put any files related to the projects you choose in a day_7 directory.

    1. FizzBuzz
    2. 10 Speckled Frogs
  2. When you are finished with your projects, you should add, commit, and push your changes to GitHub.

  3. Add a high_level.md file to your day_7 directory. In that file, write up high level notes about how you would solve one of the following problems. When you're finished writing your detailed notes, you can also choose to code a solution to the problem(s).

    1. Ceasar Cipher
    2. Checker Board
  4. When you are finished with your high level explanation, you should add, commit, and push your changes to GitHub.

  5. Log in to GitHub, navigate to your remote prework repository and make sure all work from all the days is there!

Submission

When you have completed all the activities described above, follow the steps below to submit your technical prework.

  1. Go to your prework repository on GitHub

  2. click on New Pull Request per the image below:

    New PR

  3. On the Pull Request page, make sure you see something similar to below (but with your username):

    New PR

  4. Click on Create New Pull Request (circled in the image above).

  5. Enter YOUR NAME as the title of the pull request, and click Create pull request as shown below:

    Create PR

  6. Please complete this form to submit your prework. Be sure to include links to your Gear Up pre-work gist and your technical pre-work GitHub repository. The link to your technical pre-work GitHub repository will look something like: https://github.com/YOUR_GITHUB_USERNAME/backend_mod_1_prework. (using your own GitHub username, of course!)

And with that form submission, you're done!!! Any feedback after this has been reviewed will be Slacked to you. Can't wait to see you on the first day of class!!


Extension (optional, after pre-work completed)

You've finished your Mod 1 pre-work assignment!

But there's always more to learn!

If you're interested in challenging yourself even more and getting a step ahead in your coding abilities before your first day, we recommend working on either:

If you do Credit Check, follow the same steps as you did with your pre-work to fork and clone the repo on to your local computer.