Skip to content
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

Movie Site Project - W9 #49

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

Maria-Manuela
Copy link

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job with the project! Some minor clean up could be needed, but overall I think it looks good ⭐

export const App = () => {
return <div>Find me in src/app.jsx!</div>;
return (
<>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need this fragment? 👀

import "../components/movielist.css";

const MovieList = () => {
const [movieList, setMovieList] = useState([]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonky indentation makes the code harder to read and the fact that it's not consistent (the App.jsx looked good) makes the code look less clean

<div className="movie-page">
<div className="menu">

<button
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice idea! Would be nice with cursor: pointer; on all interactive elements


export default function SingleMovie() {
const { id } = useParams();
console.log(id);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console.logs in production

Comment on lines +40 to +43
width="32"
height="32"
src="/back-arrow.png"
alt="backwards-arrow"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to always keep the CSS to the CSS files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants