Skip to content

teotimepacreau/My-Github-Insights-Day18-of-100DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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