-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async testing #13
Async testing #13
Conversation
"react": "^17.0.1", | ||
"react-bootstrap": "^1.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking forward to getting more familiar with React Bootstrap!
<Row> | ||
<Col className="d-flex justify-content-center"> | ||
<img | ||
src="http://forgifs.com/gallery/d/301665-4/Girl-trips-spills-popcorn.gif" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love to see it
opacity: 1 !important; | ||
} | ||
|
||
.card:hover > .card-img{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SCSS looks so good!
import { Carousel } from "react-bootstrap"; | ||
import "./FeaturedMovies.scss"; | ||
|
||
function FeaturedMovies() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need to make some changes to this
What does this PR do?
Where should the reviewer start?
How should this be manually tested?
Any background context you want to provide?
npm install
Tickets
Closes #9, #11, #13