-
Notifications
You must be signed in to change notification settings - Fork 417
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
Nina and Joannas Movie project #314
base: master
Are you sure you want to change the base?
Conversation
Tv series
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.
This is such a great project both code wise and design/stretch goal focused.
It was easy to follow, clean components, adding a CSS file for movie design was a good structure due to media query also being added.
I don't have any inputs for changes, Nina and Joanna you did a very good job at this! And reached stretch goal and great design. Well done!
@@ -0,0 +1,44 @@ | |||
/* eslint-disable jsx-a11y/no-static-element-interactions */ |
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.
Very clean component and easy to follow/read. Big ups!
return ( | ||
<div className="loader-container" style={{ display: 'flex', padding: 20, marginTop: 100, flexDirection: 'column', alignItems: 'center' }}> | ||
<div style={{ display: 'flex', padding: 20 }}> | ||
<Spinner animation="border" variant="light" /> <br /> |
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.
Creative adding with som animations to the website!
@@ -0,0 +1,145 @@ | |||
/***** mobile first *****/ |
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.
Clean CSS too, good structure to follow and read
https://movie-night-tonight.netlify.app/