Skip to content

Github tracker by Efthymios Karakasis#34

Open
themisk84 wants to merge 11 commits into
Technigo:mainfrom
themisk84:main
Open

Github tracker by Efthymios Karakasis#34
themisk84 wants to merge 11 commits into
Technigo:mainfrom
themisk84:main

Conversation

@themisk84
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@elsisco elsisco left a comment

Choose a reason for hiding this comment

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

You fulfill all the blue requirements for this week project and the fetches are working properly - well done! One small thing I noticed is the the GitHub logo gets distorted on bigger screen sizes (see comment in code) and that the background color in the PNG is not matching the background color of the page. To replace the logo file with a PNG or an SVG with transparent background would do the trick. Good job!

Comment thread code/script.js
}</span></div>
<h4 class="repo-item3">Last updated: ${new Date(
repo.updated_at
).toLocaleDateString()}</h4>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice that you chose to display the date with .toLocaleDateString().

Comment thread code/style.css
justify-content: flex-end;
}
.logo-image {
width: 100px;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think this is what causes the distorted logotype since the size of the logo container already is set to 50px on line 12.

Comment thread code/script.js
<h4 class="repo-item3">Last updated: ${new Date(
repo.updated_at
).toLocaleDateString()}</h4>
<h5 class="repo-item4">${language}</h5>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great detail to display the project main language as well.

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