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.
Viewing readonly version of main branch: v3View latest version
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.