Search⌘ K
AI Features

Add the Project Component

Explore how to add a project component in your ReactJS personal portfolio by creating an array of project objects with titles, images, and links. Learn to map the data to display each project and integrate the component seamlessly with others like Skills, enhancing your portfolio's structure and usability.

After we’ve added our skills, it’s time to add the projects we’ve been working on throughout the course.

Add the projects

To add the project, we create a projectArr variable that contains an array of objects with the following properties:

  • The title property is the name of our project, like
...