A modern, responsive personal portfolio built with React, TypeScript, and TailwindCSS on Val Town.
āāā backend/
ā āāā index.ts # Hono server for serving static files
āāā frontend/
ā āāā components/
ā ā āāā App.tsx # Main portfolio component
ā āāā index.html # HTML template
ā āāā index.tsx # React entry point
ā āāā style.css # Custom styles
āāā shared/
āāā types.ts # Shared TypeScript types
Edit the portfolio data in frontend/components/App.tsx to personalize:
This portfolio is automatically deployed on Val Town. The backend serves the frontend files and handles any API requests.