/** * Project Info Banner Demo * Expandable project information with tech stack */ import React, { useState } from 'react' export default function ProjectInfoBanner() { const [expanded, setExpanded] = useState(false) return (
A modern web application built with React