A beautiful, modern personal portfolio website built with React and TailwindCSS.
āāā backend/
ā āāā index.ts # Hono server for serving static files
āāā frontend/
ā āāā index.html # Main HTML template
ā āāā index.tsx # React app entry point
ā āāā components/
ā ā āāā App.tsx # Main portfolio component
ā āāā style.css # Custom styles
āāā README.md
Edit the content in frontend/components/App.tsx
to personalize:
The website is served via Hono backend that handles static file serving and provides the main entry point.