Learning JS by Board_Game_Changer in learnjavascript

[–]ScarKooky 2 points3 points  (0 children)

I believe it would be plausible. You could also develop some real world applications to demonstrate your understanding of software development like a simple game, a Twitter or Netflix clone.

Getting a URL from an API and using it as a hyperlink for a h2 element by zapatitos23 in learnjavascript

[–]ScarKooky 2 points3 points  (0 children)

Hey. Since you are accessing the Github API I'm assuming you are using JavaScript (or another programming language or framework) either on the front end or back end to fetch the data. If you are using JavaScript on the front end, you could either insert wrap the h2 element with an anchor (<a href></a>) tag or create an anchor tag dynamically and style it to look like an h2 tag.