A web application that creates hilarious memes with AI-generated text overlays on popular meme templates.
āāā backend/
ā āāā index.ts # Main API server with Hono
āāā frontend/
ā āāā index.html # Main HTML template
ā āāā index.tsx # React frontend entry point
ā āāā components/
ā ā āāā App.tsx # Main app component
ā ā āāā MemeCanvas.tsx # Meme generation canvas
ā ā āāā TemplateSelector.tsx # Meme template selection
ā āāā style.css # Custom styles
āāā shared/
ā āāā types.ts # Shared TypeScript types
āāā README.md