Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 549 Bytes

File metadata and controls

12 lines (10 loc) · 549 Bytes

My Github Insights : profile and list of my repositories

MyGithubInsights.mp4

Project goals

  • multiple API endpoints calls : chaining promises method
  • array destructuring in order to dissociate profile and repo data
  • only template literals for profile data
  • .map() method to loop through each entry and modify the array adding HTML elements
  • .join('') to trasnform the array in a string and it allows to insert it as innerHTML

🛠️

VanillaJS, CSS, HTML