Skip to content

Katie Wu#6

Open
katiewu1 wants to merge 21 commits into
Technigo:mainfrom
katiewu1:main
Open

Katie Wu#6
katiewu1 wants to merge 21 commits into
Technigo:mainfrom
katiewu1:main

Conversation

@katiewu1

@katiewu1 katiewu1 commented Oct 1, 2021

Copy link
Copy Markdown

Netlify link: https://katiewu1-githubtracker.netlify.app/

I'm most proud of that I managed to fetch the data that I needed.

I struggled with fetching the Pull Requests, but managed to solve it somehow (before Wednesday live session where we got another solution to solve that problem).
And I tried to change some styling with the charts that I have, but did not quite understand how. So did not change so much.

@silvertejp89 silvertejp89 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The project meets all requirements and functions well! The responsiveness works smoothly. Regarding your code I found it interesting to see your solutions, especially the getModal part. Your commenting is amazing so it helped me a lot during the reading. Thank you for sharing!
/Kriss

Comment thread code/style.css
transition: 0.3s ease-in-out;
}

.profile-image:hover {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The hover effect looks nice! But it also makes me expect that it should link to something...

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yeah, you are right, not so user friendly. I just wanted to try out different effect 😄

Comment thread code/index.html
class="background-image"
/>
<h1 class="header-title">
<img class="octacat" src="./assets/Octocat.png" alt="octocat" /> GitHub

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

So cute octocat! :)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yeah didn't know that the cat was an octopus too 🐙 until I searched for the icon 😊

Comment thread code/index.html
Team Foxes 🦊 |
<a href="https://www.technigo.io/" target="blank">Technigo</a>
</p>
</footer>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pretty footer. I like the link to Technigo, Spread the word sister!

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yeah, I do commercial for free hehe 😆

Comment thread code/script.js
};

// function to get a modal(popup)
const getModal = (projectName) => {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Really cool with the extra level, that you can klick on the buttons for more info. Smart to use the loading GIF.
(the pop-up window appears on different hights on my screen though, so I have to scroll down a bit to read.)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yeah, I enabled the scrolling, otherwise we can't see the whole window. Maybe I can make the window smaller 🤔

Comment thread code/script.js
// for each project, create a button element and class project-card
// inside each card display the project name and a emoji
// with append we push each project card
// and add an eventListener so we can click on each card and get a modal(popup)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Could it be an idea to also have a direct link to github-repo in the first page? So the user can either "read more"
on the pop-up window, or go "straight to github-repo".

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

It's possible. But have to do another container for that I think 🤔 Because I made the whole project-card clickable to get the pop up window

@katiewu1

katiewu1 commented Oct 8, 2021

Copy link
Copy Markdown
Author

Thank you for your code review Kriss! I appreciate it a lot!

@katiewu1 katiewu1 closed this Oct 8, 2021
@JennieDalgren JennieDalgren reopened this Oct 9, 2021
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.

3 participants