- Group Project Retrospective
- Problem and User Stories
- Breaking User Stories into Technical Tasks
- Break into groups of three
- Combine technical tasks
- -- Break --
- Point Estimation
- Design Lecture
- Style Tile Selection
- -- Break --
- Project Guidelines
- Feature branches and PRs
- Three thumbs up to merge
- Tabs, not spaces
- Skeleton CSS grid framework
- Component pages are sections with a unique class on the root element
- Component specific CSS lives in a SCSS include file prefixed with an _ (eg.
_home-page.scss
) - Global styles (styles that should be applied to multiple pages) live in
_global.scss
- Conform to eslint coding guidelines
- Project Setup
- Start working
- Broken homework links