Skip to content

Conversation

@JenFi72
Copy link

@JenFi72 JenFi72 commented Feb 27, 2022

No description provided.

const profileImage = document.getElementById('profileImage')
const projectBox = document.getElementById('projects')
const repoName = document.getElementById('reponame')

Choose a reason for hiding this comment

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

Code looks neat and easy to understand

Copy link

@Sherin-Susan-Thomas Sherin-Susan-Thomas left a comment

Choose a reason for hiding this comment

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

Good Job with the project. The code was neatly written and very easy to understand. The blue requirements were fulfilled except the fetching all the repos part which should be corrected. The styling was good and page was responsive.

const options = {
method: 'GET',
headers: {
Authorization: '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' // my TOKEN

Choose a reason for hiding this comment

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

Its better to add token in separate file and add it to gitignore to prevent GitHub revoking the key

h3{
font-size: 35pt;
text-align: center;
color: rgb(216, 83, 128);

Choose a reason for hiding this comment

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

Good Job with the styling

</div>
`;
getPullRequests(technigoRepos);
drawChart(technigoRepos.length); //* if this one is commented out, more projects will appear. Do not know why.

Choose a reason for hiding this comment

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

if you can change the drawChart(technigoRepos.length) to line 61 the error will get corrected

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