This here is a list of my most recently worked on projects. Note this does not show any private repositories. For more in depth information Click Here.
{#if $repos.length > 0}
{addToast(new Toast("See a snapshot of my latest work.", ToastType.Info, true, 8_000))}
{#each $repos as repo}
{#await checkImage(repo)}
{:then hasImage}
{#if hasImage}
{repo.name}
{repo.language}
{:else}
{repo.name}
{repo.language}
{/if}
{/await}
{/each}
{:else}
{/if}