CS-Social-Good-CalPoly/club-website

Create Project Card Component

Closed this issue · 0 comments

Problem

We need to create a component to display the project card within the projects section.
image

The image right now displays the "Must have experience with React" but it should Instead have the Tech Stack listed out, like, "React.js, MongoDB...."

  • The above note shouldn't really change the way you do things, I included to make things clear.

Do This

Create the ProjectCard component that will accept the following properties(props):

  • Title (The Project name)
  • Tech stack
  • Image url (of the project image)
  • Description

Naming Convention

  • The component should be named ProjectCard

Note

  • Make sure you are naming the components properly and placing them in the appropriate locations within the filesystem. So, the ProjectCard.js is located in the components folder and the ProjectCard.css is located in the assets folder.
  • While making your pull request make sure to add in screenshots of what you implemented along with any helpful notes.

Links