- Code Nation Registration
- Code Nation Fellowship Paperwork
- Describe the purpose, routines, and procedures of fellowship.
- Navigate using an integrated development environment (IDE).
- Review HTML and CSS.
- Use documentation to learn new skills and resolve coding issues.
- Explain what DOM means and how we manipulate it.
- Declare and use variables to store HTML elements, strings and numbers.
- Use operators (+,-,*,/) to manipulate data types.
- Save the value of HTML elements with the .value method.
- Use event handlers to add interactivity to an webpage.
- Use DOM manipulation (.innerHTML, .style, .src) to add interactivity to a webpage.
- Use the console to debug.
- Use best practices to write clean code.
- Ask technical questions to get help with coding problems.
- Write basic conditional statements (if, else, else if).
- Write compound conditional statements.
HTML: HTML DOM
CSS: selector, property, key, value
JS: variables, operators, let, string, number, declare, data types, Number(), .value, selector, event handler, property, .style, .src, .innerHTML, .createElement, .appendChild, condition, conditional statements, boolean, if, else, else if, compound conditional, &&, ||, !, operators
Other: fellowship, agenda, Slack, scrum, integrated development environment (IDE), documentation, console, debugging
Coders will create a portfolio using HTML and CSS. They will add projects from Intro to Web Dev or any personal projects to their portfolio. They will update their portfolio with new projects at the end of future units.
- Project Plan
- Starter Code
- Example Project