Public
Like
yay
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.
index.ts
https://jeffreyyoung--f78dcaca8db511f0a8100224a6c84d84.web.val.run
A beautiful, modern personal portfolio website built with React and TailwindCSS.
- π¨ Modern, responsive design
- π Smooth animations and transitions
- π± Mobile-first approach
- π― Clean, professional layout
- β‘ Fast loading and optimized
βββ 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:
- Your name and title
- About section
- Skills and technologies
- Projects and portfolio items
- Contact information
The website is served via Hono backend that handles static file serving and provides the main entry point.