untitled-8262
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
index.ts
https://emmysmat--8c8bdb243fb111f0ab9576b3cceeab13.web.val.run
A modern, responsive personal portfolio built with React, TypeScript, and TailwindCSS on Val Town.
- 📱 Fully responsive design
- 🎨 Modern UI with smooth animations
- 📧 Contact form integration
- 🚀 Fast loading and optimized
- 🎯 Clean, professional layout
├── 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:
- Personal information and bio
- Skills and technologies
- Project showcase
- Contact information
- Social media links
This portfolio is automatically deployed on Val Town. The backend serves the frontend files and handles any API requests.