Archived Projects
Older projects I've built and since archived. They're kept here for reference.
GitFlow - Code Assistant for GitHub Repositories
A web app that acts as a personal assistant for exploring GitHub repositories. It helps users understand their codebase by answering questions, summarizing comments, and supporting team collaboration with features like member invites. It also generates release notes, transcribes meetings, and gives helpful suggestions based on the context of the project to improve workflow and code quality.
Advanced Table Filtering System (Inspired by Linear)
Studied how Linear built its table filtering system to understand both the user experience and technical design. Broke down how inputs are handled, how filters are applied, and where improvements could be made. Built a demo to show the logic in action and added tests using Vitest to keep it reliable and easy to maintain.
App Builder
App-Builder is a web-based tool for creating UI layouts through a user-friendly drag-and-drop interface. Users can add elements like text inputs, buttons, tables, and dropdowns to a canvas, search for components, edit their properties, and remove them individually. A reset option allows users to clear the board and start fresh, while local storage integration ensures that their progress is saved across sessions.