← Back to Week 8

Project Check-In

Lab - February 25, 2026

Assignment

This week we worked on Project Draft 2 (due Sunday). We needed to demonstrate progress by showing substantial commits pushed to GitHub and that all team members have pulled and integrated changes.

Submission Requirements

  1. A link to a commit (on GitHub) showing substantial work towards the project
  2. A screenshot of the command line terminal showing git log --oneline with team commits pulled and integrated

My Contribution

Commit 8961663: Restructured the project to use React components properly, moved each page into its own file, created a JSON data file for tasks/milestones/members, and used .map() with props to render the dashboard dynamically instead of hardcoding HTML.

Git Log & Pull

Terminal showing git log with team commits and git pull integrating teammate changes
Git log showing project commits and git pull integrating team changes