Week 1 Recap of Francke's Lessons
User Scenarios and Wireframing
Recap: Hack.UX() and model user experiences by:
var HackUX = {
problem_set: "Defined",
objective: "Defined",
user_goals: "Defined",
user_scenarios: "Defined",
wireframes: "Incomplete",
prototype: "Incomplete",
hackTheUXLifecycle: function() {
var status = "Complete";
this.wireframes = "Complete";
this.prototype = "Complete";
console.log("Mission " + status + "!");
}
}
HackUX.hackTheUXLifecycle();
Recap: Learn Basics HTML/CSS
HTML - basic elements, divs, p, table, header, asides, headings, spans, forms, inputs, buttons
CSS - colors, positioning, fonts, padding, borders, sizes, margins, importing external sheets
MiniProject - Shady Sales Landing Page (GrannieCoders.com, CodingKittens.com)
Recap: Consoles, Hints, Codepen and JS Basics
Vars, Objects, Functions, Alerts/Logs, JSON, Imports
Syntax correction: JSHint.com, Play with your Objects: Inspector/Console, Make a widget: Codepen.io