Webs apps

Time It: Time tracking desktop app, made with Electron - (code)
French to IPA: Converts French words to the International Phonetic Alphabet (IPA) - (website)
Memorize Flags: React app to help me memorize the flags of the world, with swiping features - (website)
Word-Cloud a Subreddit: Creates a word-cloud out of the front page of a given subreddit, using anychart.js - (code)
US Elections Map: Interactive plotly.js map for the 2020 US Presidential Elections - (code)
What Shall I Wear: Retro terminal-like UI to suggest a clothing category based on local weather - (code)
COVID-19 Stats: Regional statistics dashboard. Underlying API is no longer updated - (code)
Mini Radio: Music player that relies only on JavaScript-triggered DOM changes - (code)

Chrome extensions

French accents: Copies French accents and common symbols, without the need to switch to AZERTY or memorize character combinations - (extension)
Open with Internet Archive: Opens links with Internet Archive. When a link is not available (archived), an error message is returned in the form of a browser notification - (extension)
Headlight: Lists currently opened tab titles. Tab titles are copy-able on click. I made this for a friend as a special use-case - (extension)
Subreddit Manager: Automatically bulk extract and subscribe to lists of subreddits. - (extension)

Productivity/automation projects

Christmas tree lights: LED (WS2811) automation - (code)
Work status meter: Firebase database controlled by a Chrome extension which the Raspberry Pi polls every 2 seconds, and lights LEDs (green, yellow, or red) accordingly - (code)
Telegram messages on GitHub push events: Tutorial on configuring GitHub Actions to notify on new code pushes in a bot - (tutorial)
Django JWT authentication boilerplate - (tutorial + code)