
// Restaurant Demo site. For TSA 2025 (1st in state)
const project = {
name: "Urban Herbs",
}

// A website where people can upload and read poems.
const project = {
name: "Poets United",
}

// A demo suite/tenant management service.
const project = {
name: "A-List Suites",
}

// A local hub for free community resources. For TSA 2026 (4th in state)
const project = {
name: "ResourceHub",
}

// A solar system simulation. More of a learning project to challenge myself with physics.
const project = {
name: "Solar System",
}