Skip to content

Comments

Project cinema from Yel#23

Open
YelChristensen wants to merge 15 commits intoconstructorlabs:masterfrom
YelChristensen:master
Open

Project cinema from Yel#23
YelChristensen wants to merge 15 commits intoconstructorlabs:masterfrom
YelChristensen:master

Conversation

@YelChristensen
Copy link

No description provided.

## README.md

When finished, include a README.md in your repo. Someone who is not familiar with the project should be able to look at it and understand what it is and what to do with it. Explain functionality created, mention any outstanding issues and possible features you would include if you had more time. List technologies used to create the app. Include a screenshot of your app in the README.
Background:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Good README



//fetches movies from API - search by names
function getMoviesByName(movieName) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice. Very clean

}

function saveDiv(){
let savedDiv = JSON.stringify(document.querySelector('.favourites__divs').innerHTML);
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be better to store data in localStorage rather than the entire HTML. We want to generate the HTML based on the stored data

max-width: 800px;
} */

.poster {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would have been great to see BEM in use

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