const Projects = ({ github_repos }) => {


return (


{/* FAMILY TO DO LIST */}

A simple Rails 8 to-do list app built for family use, with smart highlighting of urgent, top-priority, and blocked tasks.

CSS3 Badge Hotwire Badge HTML5 Badge Railway Badge Ruby on Rails Badge Tailwind CSS Badge
Screenshot of Family To Do List
I created the Family To-Do List App to help my family stay organized with chores, reminders, and shared responsibilities. Unlike a standard to-do app, it emphasizes the purpose of tasks, as well as highlighting urgent and blocked tasks so everyone knows what needs attention first, making household management smoother and less overwhelming.

)


}


export default Projects;