React Make a web page list of Need to use card component and the contents of the cards should be using below information
Posted: Fri Jul 01, 2022 5:46 am
React
Make a web page list of
Need to use card component and the contents of the cards shouldbe using below information.
const cardInfo = [
{
image:
"s1.png",
name: "Mike",
gpa: 3.8
},
{
image:
"s2.png",
name: "Manal",
gpa: 3.6
},
{
image:
"s3.png",
name: "Moe",
gpa: 3.2
},
{
image:
"s4.png",
name: "Mary",
gpa: 2.6
}
];
Suppose be a screenshot below
Mike TIT Moe Students list Manal Mary
Make a web page list of
Need to use card component and the contents of the cards shouldbe using below information.
const cardInfo = [
{
image:
"s1.png",
name: "Mike",
gpa: 3.8
},
{
image:
"s2.png",
name: "Manal",
gpa: 3.6
},
{
image:
"s3.png",
name: "Moe",
gpa: 3.2
},
{
image:
"s4.png",
name: "Mary",
gpa: 2.6
}
];
Suppose be a screenshot below
Mike TIT Moe Students list Manal Mary