Welcome to Code 201! This is a class that builds on your foundational knowledge of HTML, CSS, JavaScript, git, and general web development, to prepare you for the deep dive of any Code 301 class.
The general course schedule is:
Full Time | Part Time | Topic |
---|---|---|
Week 1 | Week 1 and 2 | Basic HTML, CSS, & Javascript |
Week 2 | Week 3 and 4 | Working with the DOM |
Week 3 | Week 5 and 6 | Working with Libraries |
Week 4 | Week 7 and 8 | Project Week |
Lab-time code assignments follow each class time. You can find these assignments in the subdirectories of each class folder. Assignment content will very from day to day, depending on the topic. Some of the lab assignments will be pair programming assignments.
Instructions for completing and submitting the assignments can be found in the README files of the appropriate subdirectories.
Assignments are submitted using a professional-grade git-flow. If you haven't done so already, it's time to get comfortable with the core git commands. Don't worry, we'll give you step by step help as needed.
- new project setup{:target="_blank"}
- css everything cheatsheet{:target="_blank"}
- collection of cheatsheets by overApi{:target="_blank"}
- boolean practice{:target="_blank"}
- javascript structure{:target="_blank"}
- post 201 study guide{:target="_blank"}
- git and github basics guide{:target="_blank"}
- css2 cheat sheat{:target="_blank"}
- css3 cheat sheat{:target="_blank"}
- html5 reference tags{:target="_blank"}
- html5 sectioning flow chart{:target="_blank"}
- handling merge conflicts{:target="_blank"}