I made (an early version) of a book tracking website. You can add a book, set goals and start a timer for how many ever pages you're going to read, and then see it all displayed (either by book or by session).
All the info is stored in localStorage so it works completely offline and clientside. The website (url paths a bit buggy) is hosted on gh pages here: mud-ali.github.io/bookly and the github for source is here: github.com/mud-ali/bookly
I designed a USB hub in EasyEDA for onboard. I started with something like this tutorial, although i had to find my own parts which were slightly different, due to unavailability: jams.hackclub.com/batch/usb-hub/part-2. This let me get two usb-a female ports leading into 1 usb-a male connector, and then I modified it by adding another usb-c (female) port.
The schematic and pcb files are all on github here: github.com/mud-ali/usb-hub
My earlier scrapbook post was an extension I made to add my schedule (or any) dynamically generated from my school's student information system, powerschool, onto my new tab page. I've added a few features since, such as merging classes that extend beyond one period (or duplicate frees) adding some preliminary settings (such as changing the links that are shown) and have also released it for students at my school via the chrome web store.
github.com/mud-ali/NewTab
In addition, I've added a basic landing page to facilitate downloads for firefox, since the Mozilla Addons Store doesn't accept extensions that only pertain to a limited niche of people. mud-ali.github.io/NewTab
I designed a personal portfolio website using NextJS, Tailwind, and MDX. The site is live on vercel here: mudasir.vercel.app and source code is available here: github.com/mud-ali/website
I previously had a firefox extension to put my school schedule on my new tab page using a handlebars template that I manually populated by hand writing some JSON. I now updated it so that it can scrape the data from my school's instance of the Powerschool Student Information System. github.com/mud-ali/NewTabv4