const Projects = ({ github_repos }) => {
return (
{/* ROBO FRIENDS ROLODEX */}
Searchable rolodex of robots built in React (Beginner)
💼 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.
🧠 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;