Components
A "Digital Ghost" themed web application built with React and styled with Tailwind CSS. This project features a highly stylized, cyberpunk interface with CRT scanlines, glitching text effects, and a retro-terminal aesthetic. The core functionality includes multiple draggable and interactive windows that users can rearrange, creating a dynamic and immersive user experience. It serves as a creative front-end showcase demonstrating complex CSS animations, state management with React hooks, and responsive design within a single-file component structure.
Loading preview...
import Component from "@/components/ui/ghost-in-the-machine-ui";
export default function DemoOne() {
return <Component />;
}