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}

{repo.name}

{repo.language}

{@html repo.description}

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