Projects

Coworking Guide

A guide to coworking streams for streamers, covers wide range of topics from tips on how to get started with setting up stream to how to grow your audience!

Astro
TypeScript
Markdown

Chat-Task-Tic Widget

Used by 100+ Twitch streamers, allow viewers and streamers to add their own tasks to the widget for accountability! Easy to setup and the customization possibilities are endless!

HTML
CSS
Javascript
Hover here! 0/100+
{#each streamers as { streamer, task }}
O {streamer} : {task}
{/each}
{#each streamers as { streamer, task }}
O {streamer} : {task}
{/each}
Hover here! 0/100+
{#each streamers as { streamer, task }}
O {streamer} : {task}
{/each}
{#each streamers as { streamer, task }}
O {streamer} : {task}
{/each}

HexGuess

Decode colours in 5 attempts. Guess the hexadecimal code and receive instant feedback! Built with Next.JS, TailwindCSS and TypeScript.

NextJS
Typescript
TailwindCSS

Twitch Plays X

Allow Twitch chatters play games such as Pokemon! Chatters can enter messages such as "up up down down left right B A" and the Python program will trigger the corresponding keypresses.

Python
win32API