Kingchop, a library, is a flexible text tokenizer for english text. It is built with node JavaScript, and still maintained to 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 an 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 nope...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, does its stuff, and send it back to you. 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. It is in use on this site.

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-based 2D game built with Canvas. The idea came from a game whose source code a friend shared with me, challenging me to recreate it from scratch. I did that, but this was no copy and paste. I only needed to understand the game’s rules, then wrote my own version for Zrang.
This game took me about 4 days to build despite not knowing anything about canvas. I was learning and doing. Try the game out, at least, before you continue with this site.

An arbitrage calculator for betting across bookmakers. It shows whether you win, lose, or break even from two opposite dependent events based on odds.
General Advice: Gambling is rough. Arbitrage might sound smart but still risky. Play smart, not desperate. Everything’s a low-key gamble anyway.

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.
Amongst early projects on Natural Language Processing (NLP).

A basic algorithm for giving sentiment scores for sentences you input. I look at it today and laugh real hard. Sentiments are far from basic.
While I don't have a frontend specially built for it, you
could copy the sentimental.js
file and
incorporate it in your projects.
