const Projects = ({ github_repos }) => {


return (


{/* WALMART EXTENSION */}

A Chrome extension that splits Walmart grocery orders by person, showing exactly what each roommate or family member owes.

CSS3 Badge JavaScript Badge
Screenshot of Walmart Extension
The Walmart Cart Splitter Extension solves the hassle of shared household shopping by letting me assign items in a Walmart cart to specific people. As I build a bulk order, the extension automatically calculates and displays the split totals for everyone, making it easy to check out in one transaction while keeping costs fair and transparent between roommates.

)


}


export default Projects;