Components
A sleek, fully functional terminal-style component built with React and TypeScript. Features a retro ASCII art header, command-line navigation, custom command addition capability.
Note : All the commands and content is simulated this is not a real terminal.
Loading preview...
import PortfolioTerminal from "@/components/ui/interactive-portfolio-terminal-component";
export default function DemoOne() {
return <PortfolioTerminal />;
}