Project_Archive

Source: Local_Directory Node_Count: 7
BloodZone

BloodZone

In_Development

A hyperlocal emergency logistics platform designed to connect blood donors in milliseconds. Features geospatial radius querying and real-time socket coordination.

// React Native // Node.js // MongoDB // Socket.io
Kantoo

Kantoo

In_Development

A drag and drop Kanban board with persistent state. The key focus was performance. It began with useReducer and prop drilling, which caused re render issues as the board scaled. Migrating to Zustand with selective subscriptions reduced render time on card moves from 55ms to 15ms, measured with React DevTools Profiler.

// React // TypeScript // Tailwind CSS // Shadcn UI
Kuan HTTP Server

Kuan HTTP Server

Archived

A lightweight HTTP/1.1 server built from scratch in C using POSIX sockets and a custom thread-pool architecture. No frameworks, no libraries. Just raw sockets.

// C // Networking // Sockets
Shopyle

Shopyle

In_Development

A modern clothing e-commerce platform designed for seamless browsing and fast checkout. Features a scalable architecture focused on performance, intuitive product discovery, and a visually engaging shopping experience.

// Next.js // Express.js // MongoDB // TypeScript // Shadcn UI
BidHub

BidHub

Paused

A high-performance auction marketplace optimized for rapid bid placement and efficient state handling. Features a modular architecture focused on speed, type-safety, and a polished user interface.

// Next.js // NestJS // Zustand // TypeScript // Shadcn UI
Personal Portfolio

Personal Portfolio

Live

Designed from scratch in Figma and built for speed. A high-performance portfolio featuring type-safe architecture and SEO optimization.

// Astro // Tailwind // TypeScript
Termzic

Termzic

Archived

A minimalist Terminal User Interface (TUI) music player. Provides a clean, keyboard-driven audio experience inside the command line.

// C // TUI // CLI