Skip to content

GitHub Tracker by DALA746#2

Open
DALA746 wants to merge 15 commits intoTechnigo:mainfrom
DALA746:main
Open

GitHub Tracker by DALA746#2
DALA746 wants to merge 15 commits intoTechnigo:mainfrom
DALA746:main

Conversation

@DALA746
Copy link
Copy Markdown

@DALA746 DALA746 commented Oct 1, 2021

No description provided.

Copy link
Copy Markdown

@Kaliine Kaliine left a comment

Choose a reason for hiding this comment

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

First of all - your site looks great and I believe you have fulfilled all blue requirements! The responsive design works perfectly and all API fetches are doing their job. Your code is clean and easy to follow - good comments both in JS and CSS. Great job!

code/script.js Outdated
// project container
projectsContainer.innerHTML += `
<div class="repo">
<a href="${repo.clone_url }" target="_blank"><h3>${repo.name}</h3> </a>
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'm curious - is there a reason why you link to the clone_url instead of the html_url?

code/style.css Outdated


/* navbar */

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It's great that you leave comments in the style.css as well! Very helpful when someone else is reading your code.

code/style.css Outdated
}

form.example input[type=text] {
padding: 17px;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Did you remove your search function? Consider removing the styling for it, or comment it out.

code/style.css Outdated
/* Style the submit button */
form.example button {
float: left;
width: 30%;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'Float' is a new property to me, I learnt something here. That will be useful!

README.md Outdated
@@ -10,4 +10,4 @@ Describe how you approached to problem, and what tools and techniques you used t

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remember to describe your project in the Readme file.

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