A simple URL shortener application built on Val Town.
- Create short URLs for long links
- View recently created short URLs
- Automatic redirection from short URLs to original destinations
/backend - Server-side code and database operations
/frontend - React components and UI
/shared - Shared utilities and types
- React for the frontend
- SQLite for data storage
- TailwindCSS for styling