Skip to content

Week 7 - GitHub Tracker by Jenny#52

Open
jenquach wants to merge 8 commits intoTechnigo:mainfrom
jenquach:main
Open

Week 7 - GitHub Tracker by Jenny#52
jenquach wants to merge 8 commits intoTechnigo:mainfrom
jenquach:main

Conversation

@jenquach
Copy link
Copy Markdown

@jenquach jenquach commented Oct 3, 2021

No description provided.

Copy link
Copy Markdown

@Rosanna86 Rosanna86 left a comment

Choose a reason for hiding this comment

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

Easy code to read and nice with comments. Think you handled this weeks project very well Jenny. Good job!

Blue Level (Minimum Requirements) [YES]
Red Level (Intermediary Goals) [SOME]

<main id="projects"></main>
<header class="header">
<nav class="topnav">
<h1><i class="fab fa-github"></i> GitHub Tracker</h1>
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 using fontawesome icon in the header

</div>
</section>

<script src="./token.js"></script>
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 with the token. Used one as well, really nice!

</div>
<div class="repo-details">
<p id="branch">${repo.default_branch}</p>
<p class="commit" id="commit-${repo.name}"><i class="fas fa-code-branch"></i> </p>
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 with icon from fontawesome again

})
}

// function to fetch all the languages used in the repository
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This you solved really nice. The only thing I might have wished was that it could be printed out under each coloured bar what language is what color. Now you need to hover to see.

.user-information a {
text-decoration: none;
color: rgb(42, 78, 98);
font-weight: bold;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Here you have font-weight bold and on line 62 font-weight 400, maybe decide which one to use to be consistent? :)

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