My Projects

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}

{@html repo.description}

{repo.name}
{repo.name} {timeSince(repo.updated_at)}
{:else}

{repo.name}

{repo.language}

{@html repo.description}

{repo.name} {timeSince(repo.updated_at)}
{/if} {/await} {/each}
{:else} {/if}