Skip to content

Week_7: Alexander Gabor // incomplete // code only no CSS (yet)#447

Open
Alexander-Gabor wants to merge 4 commits intoTechnigo:masterfrom
Alexander-Gabor:master
Open

Week_7: Alexander Gabor // incomplete // code only no CSS (yet)#447
Alexander-Gabor wants to merge 4 commits intoTechnigo:masterfrom
Alexander-Gabor:master

Conversation

@Alexander-Gabor
Copy link

@Alexander-Gabor Alexander-Gabor commented Mar 26, 2023

Copy link

@theresBL theresBL left a comment

Choose a reason for hiding this comment

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

Great job Alexander. Overall not that much to say, your app is working fine!

I know that you struggled this week and 'm super impressed that you've come this far. It's just the css left...

I love the clean App and maybe the Feed-component can be cleaned up a bit as well. Maybe with a Card-component?

As I said at the start. There is not much to say, you did an awesome job. As always!

Comment on lines 5 to 11
export const App = () => {
return (
<div>
Find me in src/app.js!
<div className="feed-wrapper">
<Feed />
</div>
</div>

Choose a reason for hiding this comment

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

So nice looking whit a clean app-file. Good job!

// Fetching

const fetchHappy = () => {
fetch(APIEndpoint)

Choose a reason for hiding this comment

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

Nice with a clean fetch like this!

.catch((error) => console.log(error))
.finally(() => { console.log('fetch was successful') });
}
// Sending

Choose a reason for hiding this comment

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

Nice with the comments 👍🏼

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