Skip to content

oscarpete/responsive-code-along

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive Code-Along

Practice building a responsive web page using semantic layout and incremental development.

Index


Learning Objectives

  • Develop a responsive design from a series of mock-ups
  • Plan steps ahead of time (accounting for each device!)
  • Start from an empty project
  • Develop each step on one branch
  • Use semantic HTML5 elements
  • Apply media queries & CSS units for responsive design
  • Write clean and readable code
  • Deploy a polished repository

TOP


Instructions

  1. Fork this repository, turn on GitHub pages, and clone
  2. Study the 3 mock-ups
  3. Plan your user stories in ./development-strategy.md
  4. Develop one story at a time
    1. Create a new branch before beginning each story
    2. Code the story entirely. Make sure the code is pretty and everything works
    3. Push the new branch to GitHub
    4. Merge the completed story into master
    5. Push master to GitHub
    6. Repeat!
  5. have a nice day!

TOP


Mock-Ups

responsive wireframes

TOP


Study Links

Branching & Incremental Development

Semantic Layout

Responsive Web Design

CSS & Styling

Inspecting the DOM



Hack Your Future: Belgium

About

Week 2 : Incremental Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages