CharityBunyon / Create-Beauty

0 stars 0 forks source link

Looks READ #12

Closed CharityBunyon closed 4 years ago

CharityBunyon commented 4 years ago

Story

AC

WHEN the page loads, AND the user is logged in THEN they should see all of their makeup looks

Dev Notes

In Class Component

<div class="card" style="width: 18rem;">
    <h5 class="card-title">Card title</h5>
    <div class="card-body">
      <img class="card-img-top" src="https://images.unsplash.com/photo-1551392505-f4056032826e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1400&q=60" alt="Card image cap">
    </div>
    <div>
      <Link className="btn btn-outline-dark" to={`/look/${look.id}`}>View </Link>
      <button class="btn btn-outline-dark">Delete</button>
    </div>
  </div>

In Home Component

In Class compoenent:

In Render: