Kingchop a library, is a flexible, static text tokenizer for English, built with node JavaScript, and it is still maintained till date. I have been able to push more features despite English inconsistencies.
Kingchop as of v1.0.6 (Aurora), had paragraph, sentence, sub-sentence, words, tokenizing abilities, with extra correct text method.

Peekabooo will help you get the screenshot of a website in an image format. For accessibility, I made it an open API, and no need to install anything. You, me, anyone can access it. Just don't abuse it, haha.
This API makes use of the puppeteer tool to open a browser, load the site you wanna take a screenshot of whatever site. This could be used when trying to make a preview of a site in an image, without needing to worry about newer design changes to it.

A react site, supposedly to be filled with elements designed by open source, and contributions. I thought ahead with all the competitions out there, no way this was going to be a success. Oh well, I built what it would be like, with some actual functioning parts.
The goal was for devs from all around including me to contribute to the project, showcasing their abilities, taking the opportunity to get sponsored on their “Buy me a coffee” links, or on socials.
I also needed to do some API for the application, that devs could use to show their designs on whatever site. But limited to frontend and no clue on how to pay for server operations, I achieved it on FRONTEND.
Who does that? Me! Well, with the help of Vercel free hosting and domain, and config, so anyone could iframe their design to any site.

A web, 2D, game made with canvas. The idea was from a game, my mentor in my early days gave to me, instructing to write from scratch. I did so, but this was no copy and paste. I only needed to know the rules of the game, then write it for zrang.
This game took me about 4 days to build despite not knowing anything about canvas. I was just learning and doing. Try the game out, at least, before you continue with this site.

An arbitrage calculator, for placing bets on bookmakers. It let's you know, when you loose, win, or make nothing, out of the 2 opposite dependent event, all based on odds.
General Advice: Gambling at casinos/bookmakers is shit. Arbitaging, maybe not, but you have a terribly low probability of profiting at other stuff. Martingale-ing too, based off losses isn't really wise, and that gets you to zero quickly. Want a good life? Call it quits for gambling at casinos/bookmakers, but yeah, every other thing in life is a low-key gamble.

This one is a single-paged responsive site I put up when I was starting out with web development. I didn't use any library or framework for building it. It's only built with vanilla HTML, CSS, and JavaScript.

I found it hard to write Hex color codes. Maybe I was too lazy to learn how to, but since I've got the abilities, why not build a color picker?
See, that's how workarounds work.

An algorithm that checks 2 sentences to tell their similarity. It's a basic static algorithm, with different modes.
It's amongst the projects I built when I was starting out with Natural Language Processing (NLP).

Amongst the projects I built when starting out with NLP is sently, a basic algorithm for giving sentiment scores for sentences you input.
While I don't have a frontend specially built for it, you
could copy the sentimental.js
file and
incorporate it in your projects.
