Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

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.