const Projects = ({ github_repos }) => {


return (


{/* RECIPE TRACKER */}

An app to create and track recipes

CSS3 Badge HTML5 Badge JavaScript Badge React Badge
Screenshot of Recipe Tracker

💼 About this project


  • Add and track your own recipes
  • Delete any recipes that you'll no longer use

🧠 What I learned


This was an assessment for Thinkful's Software Engineering Immersion.

Learning Objectives:

  • Installing packages via NPM
  • Running tests from the command line
  • Writing React function components
  • Using hooks like useState()
  • Debugging React code through console output

Grading Criteria:

  • A user can create new recipes.
  • A list of the existing recipes is displayed to the user.
  • A user can delete a recipe.
  • The app uses the useState() hook.
  • Data is displayed in a table (such as the one provided in the starter code).
  • The app looks like the provided mockup.

)


}


export default Projects;