Skip to content

Commit

Permalink
Update weeks 1 - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
luketlancaster committed Mar 26, 2020
1 parent 9354d6f commit 5f96fa7
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
21 changes: 20 additions & 1 deletion week01.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# Week 1
# HW Week 1 - DUE by Sunday April 12th at 10am but earlier is better

Start at the top of this list and work your way down. Things are listed in priority order. Finish #1 below before you go on to #2.

## Study Group Assignment:
1. None - study groups will start next week

## Individual Assignment(s):
### Administrative Stuff
1. Create a [github account](https://github.com). Future employers will see this and you don't want to change it (git history is important) so think carefully about what username you choose. For almost all students I suggest just going with some version of your first and last name.
1. Add your photo to slack **and** github. Of your face - NOT your cat, dog, dinosaur, or BFF. Your real face...semi recently.
1. Complete this form about [Studygroup Preference](https://forms.gle/2rkFzcAB6xG1UYzD9)
1. Take this [Typing Test](https://www.typing.com/student/test/3) at least 3 times and average your typing wpm together. Reremember your average wpm for step 6 below
1. Take this [Personality Test](https://www.16personalities.com/free-personality-test) and remember your personality type for step 6 below
1. Complete this form about [General Information](https://forms.gle/Yb5ixdHjVgiGsp7y5)

### Code Stuff
1. [Prework](https://nashville-software-school.github.io/web-development-foundations/) - you should be done with this already but in case you aren't you need to be by monday.

Finish everything? Good work! Take this opportunity to have a nice long nap and/or a slice of pie!
20 changes: 19 additions & 1 deletion week02.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Week 2
# HW Week 2
## Study Group Assignment:
1. [Product Cards](https://github.com/nss-nightclass-projects/exercise-vault/blob/master/HTML_CSS_product_cards.md) **Each** person should make a github repo called product-cards and a local folder in this location: `~/workspace/foundations/exercises/product-cards`. You should be using flexbox. Decide as a team how many branches you will need and what will happen on each branch (remember one feature per branch).

## Individual Assignment(s):
1. Have 30 repos pushed to github (test1-test30). Each of these repos should live here: `~/workspace/foundations/exercises/`. DO NOT DO ALL REPOS ON THE SAME DAY. Maximum of 5 repos per day. Each repo should have:
* Each repo should start with a README.md file that you push to master branch
* Each repo should have a setup branch. This branch should have 3 files - index.html, main.css, and main.js. The index.html file should have html boilerplate, link to the CSS file, script tag to the JS file. The css file should change the background color. The JS file should have a console.log of your choice
* There should be PR from the setup branch to the master branch
* Before you merge the PR - your code should be properly indented and clean (consistent appropriate spacing)
* Final result for a repo should have everything merged into master
* If you mess up on one, skip it and move on, adding to your final number of completed repos. i.e. if you mess up test05, move on to test06, and at the end of this end up with test01-test31 pushed up to GitHub, skipping test05 (the one you messed up)

2. [Flexbox Froggy](https://flexboxfroggy.com/) - yep you get to play a game for your HW!
3. (optional) [Learn Git Branching](https://learngitbranching.js.org/?locale=en_US) - great visual way of learning about git branching


## BONUS ASSIGNMENT
Have a little extra time? Give [THIS](https://github.com/nss-nightclass-projects/exercise-vault/blob/master/CSS_zen_garden_challenge.md) a try!
8 changes: 7 additions & 1 deletion week03.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Week 3
# HW Week 3
## Study Group Assignment:
1. [Pet Adoption](https://github.com/nss-nightclass-projects/pet-adoption) - Talk through how you are going to do the coding then do the coding individually.

## Individual Assignment
1. [Personal Site Part 1](https://github.com/nss-nightclass-projects/personal-bio-site-instructions/blob/master/personal-bio-site-01.md) - Talk through how you are going to do the JS looping and then each person does their own.
1. OPTIONAL - [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/get-started/README.md). This is a great additional resource for learning JS.
4 changes: 3 additions & 1 deletion week04.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Week 4
# HW Week 4
## Study Group Assignment:
1. [Sorting Hat](https://github.com/nss-nightclass-projects/exercise-vault/blob/master/EVENTS_sorting_hat.md) - Talk through how you are going to do the coding then do the coding individually.

0 comments on commit 5f96fa7

Please sign in to comment.