URL Shortener

A simple URL shortener application built on Val Town.

Features

  • Create short URLs for long links
  • View recently created short URLs
  • Automatic redirection from short URLs to original destinations

Project Structure

  • /backend - Server-side code and database operations
  • /frontend - React components and UI
  • /shared - Shared utilities and types

Technologies

  • React for the frontend
  • SQLite for data storage
  • TailwindCSS for styling