MyGithubInsights.mp4
- 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