-
Notifications
You must be signed in to change notification settings - Fork 14
Helpful Resources
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
- GitKraken (a powerful user interface for git)
- LearnGitBranching & video tutorial (build a visual understanding of what happens inside git)
- git-school (a lot like learnGitBranching)
- video tutorial series
- single videos
- What is GitHub
- FCC
- eureka
- Git for ages 4 and up (what really happens inside git?)
- articles
- resources from the precourse
- The best resources for transitioning from GitKraken to the terminal
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:
- great references
- Open-Source courses
- FCC: Responsive Web Design Certificate. This site is great for mastering the basics of HTML & CSS + design. The exercises are clear and helpful, plus there is a great online community so there are many helpful posts and videos for each exercise. (PS. the Applied Accessiblity exercises are assigned for homework by the end of this module!)
- The Odin Project: HTML5 & CSS 3. This is another great open source course that will help give some structure to your independent study. TOP is more project-oriented and pulls together resource from all over the internet to help set your study path.
- Both are great options, take a look at each and follow the one that helps you the most!
- Video tutorials
- HTML5 Semantic Tags
- Common Mistakes
Games to learn CSS
- the CSS diner
- learn flexbox
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!
- Try to replicate this folder structure (including the file contents!) using smith-unna's online command line / tutorial.
Resources