Implement a single page application that consumes GitHub’s API, and after providing a repository name, displays the
- Repository’s name and author
- Author’s profile picture
- Repository’s stars and forks
- Whether a repository is popular or not.
- Button to redirect the user's git repository
npm install
Simply use the Live Server extenstion in VS Code
- Display a loader
- To enhance performances add API caching.
- Increased unit testing converge.
- Add image caching.
- Minify JavaScript and CSS files, and then combine them with HTML files into bundles.
- Use image placeholder for the git profile picture load.
- Optimize error handling