Some Things
I've Built

Featured Project
Insurance Enrollment & Agent Portal
This project aimed to deliver a digital insurance suite with tools for agent onboarding (Agent), enrollment (Sales), product management (Policy), and billing (Billing)—streamlining operations with integrations, compliance, and flexible configurations.

Featured Project
Pharmacy Management Portal
A comprehensive pharmacy management application built to streamline daily operations. PharmaFlow features an interactive dashboard with tools to manage inventory, billing, profits, orders, customers, suppliers, and user roles.
Other Noteworthy Projects
A big list of things I've worked on
SAML 2.0 Identity Provider Demo & Flow Simulator
A testing tool for SAML 2.0 Single Sign-On integration. It allows users to generate unsigned or signed SAML responses and test various authentication flows including Redirect and POST Bindings, simulating Identity Provider (IdP) behavior for Service Provider (SP) integration.
React UI Component Library Using Tailwind CSS
A reusable and customizable React component library designed to streamline modern web development. It offers pre-built components like buttons, modals, cards, and forms with seamless Tailwind CSS integration, responsive design, and accessibility in mind.
Stripe Payments Demo – ArtGallery Checkout Integration
A simple Stripe payment integration demo for an ArtGallery website. This project demonstrates how to implement a secure checkout form for selling paintings, leveraging Stripe's API for seamless payment processing and handling transactions.
Tic Tac Toe Game – React JS
A simple interactive Tic Tac Toe game built with React. This game allows two players to take turns marking X and O on a 3x3 grid, with automatic win detection and a restart option. A great demo for understanding React components, state management, and handling user input.
React Context & Hooks Demo
A demo project demonstrating the use of React Context API and Hooks like useState, useContext, and useEffect to manage global and component-level state effectively in functional components.
Redux Toolkit Demo – Modern State Management in React
A simple React project demonstrating modern state management using Redux Toolkit. Covers slice creation, store setup, async thunks, and integration with React components using hooks like useSelector and useDispatch.
React Redux Concepts – Class Components, Redux & HOCs
A CodeSandbox-based React project demonstrating Redux fundamentals using class components, reducers, actions, store setup, and HOCs for mastering core state management concepts.
React Hook Form Demo – Zod & Yup Validation
A demo project showcasing React Hook Form with schema validation using Zod and Yup. It covers form handling, validation, and integration with custom components for building scalable, user-friendly forms.
React Essentials – Getting Started with React Concepts
A simple project designed to help beginners get started with core React concepts, including components, state management, props, and hooks. This project provides hands-on examples to build a solid foundation in React for new developers.