← Back to Week 6

Project Check-In

Lab - February 11, 2026

Assignment

This week we came to lab to work on setting up draft 2 of our project, getting the project repository set up to run as a React app using Vite scaffolding. Everyone needed to pull the changes so each team member has the scaffolding ready to go.

Submission Requirements

  1. A link to the commit (on GitHub) showing the project set up for Draft 2 correctly
  2. A screenshot showing the local machine is pulled and up to date (git log or file folder with Vite files)

My Commits

Set up Vite React scaffolding: e938ee3

Fixed README.md: 304639e

Git Log & Vite Setup

Git log showing Vite React scaffolding commits and VS Code file explorer with src folder containing App.jsx, index.css, and main.js
Git log showing scaffolding commits and Vite project structure