Conversation
Ingetora
left a comment
There was a problem hiding this comment.
Over all, a very nice project! You have completed all of the requirements for the blue level:
- All of your Technico repos are represented.
- You show your user name and profile pic.
- You have a push for each latest update.
- You present the names of the default branches.
- URL to actual repo.
- I can see the number of commits.
- Your project is responsive
Looking at your code, I think you have achieved a lot from only few lines of code! Your code is clean written and logic. I think you have done a great job on the responsiveness, and yours is one of the more stylish ones I've seen this week. I would prefer if the links to the repos opened up in new tabs when you click on them, but that is a matter of personal preference. Keep up the good work!
| //const PULLREQUEST_URL = `https://api.github.com/repos/technigo/${repo.name}/pulls`; | ||
| const container = document.getElementById("projects"); | ||
| const userInformation = document.getElementById("user-information"); | ||
| const commitsContainer = document.getElementById("commit-container"); |
There was a problem hiding this comment.
Great naming of the variables, it's evident what you are doing here.
| weekday: "short", | ||
| year: "numeric", | ||
| month: "short", | ||
| day: "numeric", |
There was a problem hiding this comment.
I really like how you display date and time with your projects!
| flex-wrap: nowrap; | ||
| align-items: center; | ||
| justify-content: center; | ||
| } |
There was a problem hiding this comment.
Nice example of stylish but simple design.
No description provided.