mt 99 wpm

Latest Speeds

MonkeyType: 99 wpm

Keybr: 115 wpm

Projects

5 things built

These are the list of all the projects which I had worked upon or am working. This does not includes my work projects (which I'll add soon in the list).

01

Re2 - Record & Replay

An automation tool to remove boring work from life

Re2 is a tool which can record your actions (mouse movements, button clicks etc), and replay those actions/workflows later so that a boring repeatable task need not be done again and again.

Used Pynput in Python to record and replay workflows.
Communication of parent and child processes via pipes
Built the UI through React.
PynputPythonRust & Tauri (ported from electron to tauri, purely vibecoded)Electron (previously used)ReactReact RouterTanstack QueryZodShadcnTailwind CSS
02

Kahaani

A diary writing app for storing moments

Users can write diary entries, store key moments through images, and tag days as good, bad, or neutral for future reflection. Built for a 15-day hackathon organized by Hashnode and Grafbase.

Authentication with Discord, Spotify & GitHub
GraphQL APIs with Grafbase
Cloud image storage with Cloudinary
Next.jsTypeScriptNextAuthGrafbaseCloudinary
03

Blogpad

A desktop static site generator for blogs

A Notepad-style editor that handles HTML generation automatically. Write your blogs in a simple editor while the app builds all the HTML behind the scenes.

CRUD operations for blog management
Built-in syntax highlighter
Live server, terminal & mini code runner
PythonMySQLTkinterBeautiful Soup 4
04

myCODEnotein

A technical blog for coding notes

Started as a personal knowledge base for Tkinter, expanded into a comprehensive coding reference. Built as a Progressive Web Application for offline access.

Progressive Web Application (PWA)
Syntax-highlighted code snippets
Comprehensive Tkinter reference
BootstrapPrisma JsHTMLCSSJavaScript
05

Chess

Chess game in python

One of my earliest projects in programming (and the first one on my github) where I created chess game using python.

PythonPygame