const Projects = ({ github_repos }) => {


return (


{/* GRUB DASH */}

Restaurant reservation app

CSS3 Badge Express Badge HTML5 Badge JavaScript Badge Jest Badge Nodemon Badge
Screenshot of Grub Dash

💼 About this project


Thinkful's project description:

"You've been hired as a backend developer for a new startup called GrubDash! As another developer works on the design and frontend experience, you have been tasked with setting up an API and building out specific routes so that the frontend developers can demo some initial design ideas for the big bosses."

🧠 What I learned


  • Running tests from the command line.
  • Using common middleware packages.
  • Receiving requests through routes.
  • Accessing relevant information through route parameters.
  • Building an API following RESTful design principles.
  • Writing custom middleware functions.

)


}


export default Projects;