my project

PageTrail - Chrome Extension

A Google Chrome extension developed using Next.js 14, designed to track the time spent on different websites. It records the active time on each website, aggregates it at the domain level, and provides a summary view of web activity. The extension includes features like URL filtering, daily data reset, and sending usage statistics to a server.

Code-Chat - VS Code Extension

chat-code is a Visual Studio Code extension that enables developers to interact with their codebase through natural language. This extension allows you to ask questions, get explanations, and even request code modifications or enhancements by simply chatting with your code. It's like having a conversation with your codebase to streamline your development process.

Zord - Slack Bot

A dynamic Slack bot designed to create polls, collect responses, and provide real-time statistics directly within Slack channels. This bot enables users to easily create different types of polls, gather instant feedback, and visualize results, enhancing team collaboration and decision-making.

Topic Tagging - GitHub Action

A GitHub Action that scans a repository and traverses the code to identify the JavaScript concepts implemented in the codebase. It helps developers understand the key topics and patterns used in their projects.

ESLint Scoring - GitHub Action

A GitHub Action that scans a repository using ESLint and generates a score based on the configured ESLint rules and the results from the codebase. It provides an objective measure of code quality and adherence to coding standards.

CSS Units Playground - Web Tool

An interactive website that allows users to explore and understand different CSS units by adjusting their values in real-time. The text is updated instantly to reflect the equivalent unit size, providing a practical demonstration of each unit's effect.

Flexbox Playground - Web Tool

A web-based tool similar to CSS Units Playground but focused on Flexbox properties. Users can toggle between different Flexbox options to see how elements are positioned and adjusted on the screen in real-time.

Notify JS - Toast Library

A CDN-powered JavaScript library that simplifies the creation of toast notifications in web applications. Notify JS allows developers to quickly integrate and customize toast notifications with minimal setup.

PDF Generator - NPM Library

An npm library that serves as a wrapper for Adobe PDF services, enabling the creation of PDFs from various document templates like DOCX and XLSX. It streamlines the process of generating PDFs from multiple document formats with ease.

Doc-Con - AI Document Reader

A Python project leveraging OpenAI's capabilities to allow users to upload a document and ask questions to get detailed information from the document. It provides a convenient way to extract insights and data from large documents using AI.