-
Notifications
You must be signed in to change notification settings - Fork 21
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
Review #9
base: master
Are you sure you want to change the base?
Review #9
Conversation
hanan_shirin_qays/moivesapp/src/Components/DropdownCategories.js
Outdated
Show resolved
Hide resolved
hanan_shirin_qays/moivesapp/src/Components/DropdownCategories.js
Outdated
Show resolved
Hide resolved
function Footer() { | ||
return ( | ||
<div className="main-footer"> | ||
<small style={{ marginRight: "20px" }}>Developed by </small>- |
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.
don't use inline styles, and have it in external css
file
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 one we removed it all but still we had used some inline styling along the project it is not worth it to make a class for it it is so specific for one component
import DropdownCategories from "./DropdownCategories"; | ||
import { constructUrl } from "./Api"; | ||
|
||
export default function SearchBox(props) { |
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.
extract the props here too
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.
I don't know what you mean ?
handleQuery={props.handleQuery} | ||
handleMovies={props.handleMovies} | ||
isLoading={props.isLoading} | ||
setIsLoading={props.setIsLoading} |
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.
why are you passing this here?
really good job, like how you separated the concerns, can you please put the github pages URL here too. |
No description provided.