Public
Liketest-project
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: v6View latest version
A simple link shortener application built with React Router 7 and Hono on Val Town.
- Create shortened links for any URL
- Track click statistics for each shortened link
- Copy shortened links to clipboard
- View all your shortened links
backend/- Hono API server for handling link creation and redirectionfrontend/- React application with React Router 7shared/- Shared types and utilities
- React 18.2.0
- React Router 7
- Hono (API framework)
- TailwindCSS (via Twind)
- Val Town SQLite for persistence
- Visit the main page to create a new shortened link
- Enter a URL to shorten
- Copy the generated short link
- Share the link with others
- View statistics on the dashboard page