Personal Portfolio Website

A modern, responsive personal portfolio built with React, TypeScript, and TailwindCSS on Val Town.

Features

  • šŸ“± Fully responsive design
  • šŸŽØ Modern UI with smooth animations
  • šŸ“§ Contact form integration
  • šŸš€ Fast loading and optimized
  • šŸŽÆ Clean, professional layout

Structure

ā”œā”€ā”€ 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

Customization

Edit the portfolio data in frontend/components/App.tsx to personalize:

  • Personal information and bio
  • Skills and technologies
  • Project showcase
  • Contact information
  • Social media links

Deployment

This portfolio is automatically deployed on Val Town. The backend serves the frontend files and handles any API requests.