<img className="cards-image" src={`../images/${props.coverImg}`} alt="Not loaded"/>
Can anybody tell me why the image is not loading?
move your images to public folder and try this
<img className="cards-image" src={`${window.location.origin}/images/${props.coverImg}`} alt="Not loaded"/>