React
Make a web page list of
Need to use card component card and the contents of thecards should be 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 screenshot below
Mike TIT Moe Students list Manal Mary
React Make a web page list of Need to use card component card and the contents of the cards should be using below inform
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am