Skip to content

Latest commit

 

History

History

unit4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Unit 4: Final Project: Interactive React App

Overview

Capstone time! In this unit, coders will work in pairs or groups to implement create a game of their choice using React. This project is intended to highlight some important aspects of goal setting and project management. The project will culminate in a final presentation.

Sessions

Session Slides Coders will ...
1
  • Refine their resumes and LinkedIn profiles.
  • Learn about pathways and opportunities in the tech industry by participating in a Career Panel
2
  • Collaborate with their teams to plan out their client project
  • Work together to select a game blueprint to start with
3
  • Design and implement a data model.
4
  • Identify props.
  • Explain why props are used in React components.
  • Use multiple props in a React component.
5
  • Identify state in a given component.
6
  • Register an event handler.
7
  • Use conditionals to draw components and interact with CSS.
  • Use loops to generate multiple components on the website.
  • Use unidirectional data flow to pass down data and functions as React props.
8
  • Use loops to generate multiple components on the website.
  • Use unidirectional data flow to pass down data and functions as React props.
9
  • Prepare for and practice a project presentation