const Projects = ({ github_repos }) => {


return (


{/* ROBO FRIENDS ROLODEX */}

Searchable rolodex of robots built in React (Beginner)

CSS3 Badge HTML5 Badge JavaScript Badge React Badge
Screenshot of Robo Friends Rolodex

💼 About this project


  • RoboFriends is a rolodex of friendly robots.
  • Use the search box to find the RoboFriend you'd like to contact
  • View their contact card to see their image and email address.

This project was my first dive into React, using Zero to Mastery Academy's Web Developer course.


🧠 What I learned


  • How to initialize React projects using Create React App
  • How to write class-based components
  • How to create, import, and export components
  • How to break down components (App > CardList > Card)
  • How to fetch data from an API and set the state
  • How to update the state with eventlisteners

)


}


export default Projects;