const Projects = ({ github_repos }) => {


return (


{/* AMAZON EXTENSION */}

A Chrome extension that adds a running total to Amazon’s Subscribe & Save page.

CSS3 Badge JavaScript Badge
Screenshot of Amazon Extension
The Amazon Subscribe & Save Extension fixes a surprising gap in Amazon’s UI by showing the true total of my upcoming subscription order. It automatically multiplies item costs by their quantities and displays the full delivery amount at the top of the page, so I can finally see my subscription spending in one glance.

)


}


export default Projects;