const Projects = ({ github_repos }) => {


return (


{/* DECODER RING */}

An application that will help you encode and decode messages

Bootstrap Badge Chai Badge CSS3 Badge HTML5 Badge JavaScript Badge Mocha Badge Node.js Badge
Screenshot of Decoder Ring

💼 About this project


"You're planning a surprise birthday party for a friend who loves escape rooms and puzzles. What better way to practice your new coding skills than to build an application that will help you encode and decode all kinds of fun messages?"


🧠 What I learned


  • Writing a series of unit tests using Mocha and Chai
  • Using different expect() methods to test the code

)


}


export default Projects;