Skip to content

Gustav Frid#45

Closed
gustavfrid wants to merge 51 commits into
Technigo:mainfrom
gustavfrid:main
Closed

Gustav Frid#45
gustavfrid wants to merge 51 commits into
Technigo:mainfrom
gustavfrid:main

Conversation

@gustavfrid

Copy link
Copy Markdown

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hello!

Thank your for letting me take a look at your code. Your code always impresses me but it is a tad hard for me to understand some of the functions youve implemented. But i feel like that was a great exersize for me aswell. You are meeting all requirments what i can see and i really like the look of your site!

Comment thread code/chart.js
// data: lineData,
// };

// let lineChart = (ctx) => new Chart(ctx, lineConfig);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why is this out commented? :D

Comment thread code/index.html Outdated
<h1>GitHub Tracker</h1>
<h2>Projects:</h2>
<main id="projects"></main>
<head>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

easy to read html, looks very noice

Comment thread code/style.css
color: blue;
} */

@media (min-width: 768px) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nicley done with mobile first!

Comment thread code/style.css
align-items: center;
}

/* unvisited link */

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

thank you for these comments. your code is very complex for me so the comments help me understand it better!

Comment thread code/script.js Outdated
});
};

sortSizeBtn.addEventListener('click', () => sortRepos(reposArr, 'size', false));

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

feels like you implemented alot of what we learned when we made the guess who game. great to see that you reuse the knowledge and do so with ease

@gustavfrid gustavfrid closed this Feb 28, 2024
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.

1 participant