Skip to content
Evan Cole edited this page Oct 2, 2019 · 36 revisions

GitHub Wikis: adding or editing pages, editing wiki content

Learning to Program

Using Git & GitHub

Incremental Development

HTML & CSS

Are you still starting your projects with a blank page? Don't do that!

Some great resources for practicing and mastering the basics:

Games to learn CSS

Learning Command Line

Why is command line important?

Next module you will begin using command line for:

  • Navigating between folders and files
  • Installing the testing library for the module exercises
  • Running the tests for your JS module exercises
  • Basic git work (slowly transitioning from GitKraken to command line)

A little Exercise
This challenge is a little introduction to creating, navigating and editing files directly from command line, without any clicking!

Resources

Clone this wiki locally