Public
Like
Zap
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.
A simple image viewing application built on Val Town.
- Browse through a collection of AI-generated images
- Responsive design that works on mobile and desktop
- Clean, minimal UI with keyboard navigation support
├── backend/
│ └── index.ts # Main HTTP entry point
├── frontend/
│ ├── components/
│ │ ├── ImageViewer.tsx # Main viewer component
│ │ └── Navigation.tsx # Navigation controls
│ ├── index.html # Main HTML template
│ └── index.tsx # Frontend JS entry point
└── shared/
└── types.ts # Shared types and utilities
- Visit the app URL
- Use the arrow buttons or keyboard arrow keys to navigate between images
- Click on an image to view it in full size
- TypeScript
- React
- Tailwind CSS
- Hono (for backend API)