Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 2.36 KB

Week-14.md

File metadata and controls

94 lines (62 loc) · 2.36 KB
title dateModified dateCreated tags parent week topics content
Week-14
2024-10-03
2024-08-20
react
[[Intro to React V3]]
14
final project requirements
getting started
planning your project
lesson plan

Week-14

[!drafting note] internal links to final project rubric and checklist

Introduction

Topics Covered

  • Final Project Requirements
  • Planning Your Project
  • Getting Started

Lesson Objectives

By the end of this lesson, we will:

Objective 1: Final Project Requirements

  • understand requirements of the final project
  • list resources available for troubleshooting research

Objective 2: Planning Your Project

  • research interesting problems
  • formulate an idea for a digital tool that could solve one of the problems
  • compare the idea to the final project rubric
  • identify 3rd party libraries that can be solve anticipated challenges

Objective 3: Getting Started

  • use the command line and GitHub to set up a new React project
  • recall the use of debugging in the React development workflow
  • construct a project structure and naming convention
  • get started on your final project!

Discussion Topics

Topic 1

[!drafting note] #drafting-note [[Final Project Rubric|project rubric]] is a re-usable content block for here and PDF generation

Topic 2

Topic n

Weekly Assignment Instructions

Instructions Part 1

  1. step 1
  2. step 2
  3. step n

Instructions Part 2

  1. step 1
  2. step 2
  3. step n

Instructions Part n

  1. step 1
  2. step 2
  3. step n

References and Further Reading

Final Project Requirements

Planning Your Project

Getting Started