turingschool / curriculum-site

1 stars 0 forks source link

Revise Dog Party as Mod 2 intermission work in html/css/js #127

Closed hfaerber closed 2 months ago

hfaerber commented 3 months ago

Dog Party

Revise this old FE project Dog Party to give students a taste working with HTML and CSS and DOM manipulation. Ideal this will be laid out in a sort of step-by-step tutorial similar to FE M3's ideabox (but maybe without the answers)

Students should have to add onto some existing HTML and CSS to accomplish some specific goals. For example:

The Mod 2 Intermission Work ticket #103 relies on this ticket being completed.

hfaerber commented 2 months ago

@niksseif

I believe the existing Dog party spec asks them to not use flexbox and to use float, etc instead. I definitely think they SHOULD use flexbox rather than doing layout things with float. Or, they shouldn't worry about layout things at all in this project.

niksseif commented 2 months ago

I need to add JS to this PR