Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.51 KB

File metadata and controls

37 lines (21 loc) · 1.51 KB

Learning the Basics (7hrs)

Reminder: the times besides the sections are how long you should spend on the section, NOT how long it takes to be completed.

HTML (2hr)

HTML is the bones of web development. No matter how fancy a website is, this is what it gets distilled down to. We won't actually be coding in this later, but do get familiar with it.

Build a cat photo app


Flexbox (1hr)

As you were building out the cat app, you may have noticed the lack of styling. There are many ways to add styling to a web page, however the most relevant to us is flex box. Knowing this will become more important as you get into styling your web pages more, but for now, have a go at this game and tuck the info at the back of your mind.

Flex Box Froggy


Javascript (4hrs)

Javascript is the language we'll be using for coding, so its pretty important. Complete the following tasks from FreeCodeCamp

Free Code Camp

  • Complete from Comment your Javascript Code to Nesting For Loops
  • Complete from Use Conditional (Ternary) Operator to Use Multiple Conditional (Ternary) Operator

Remember to tick of this section on the main readme and push your changes!

Stretch

  • Finish any activity you didn't get to
  • Finish all the javascript activities from FreeCodeCamp