Projects
StandNote
An online meeting assistant that provides attendees with automated meeting minutes for their conversations. Works with any video conferencing web app through a Chrome Extension. Integrates Azure speech-to-text models and REST APIs for real-time transcription and summarization.
React · JavaScript · Azure · TailwindCSS
CodeINN
A browser-based code editor that lets you write, run, and share code without any local setup. Supports C, C++, Python, HTML, CSS, and JavaScript with live preview, syntax highlighting, autocompletion, and code formatting. Built during FOSSHack 2020 with a React frontend and Django backend.
React · TailwindCSS · Django · Judge0 API
ChainConnect
A multi-blockchain wallet platform for connecting to different chains, managing transactions, viewing token balances, and tracking transaction history. Integrates CoinGecko API for token discovery and supports multiple wallet providers across EVM-compatible networks.
Next.js · TypeScript · ethers.js · Ant Design
Awsar
A government recruitment platform that connects organizations with job seekers under a single domain. Automatically extracts job descriptions from uploaded PDF and Word documents, manages the full application lifecycle, and tracks interviews through to selection. Winner of Smart India Hackathon 2020.
React · TailwindCSS · Django · Django REST Framework
Webcomb
An interactive web playground for practicing frontend development. Write HTML, CSS, and JavaScript side-by-side with real-time preview, syntax highlighting, and autocompletion powered by CodeMirror. No setup required — runs entirely in the browser.
React · CodeMirror · JavaScript