implementation_react
implementation_react
{/* <h1>APP.jsx</h1>
{/* <Details></Details> */}
{/* <List/> */}
{/* <div id="cards_container">
{/* <Card img="https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-
8177578_1280.jpg" name="white flower" des="this whi flower"></Card> */}
{/* {cards_data.map((object,index)=>{ */}
{/* let {img,name,des}=object */}
{/* return <Card key={index} img={img} name={name} des={des}></Card> */}