Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levg34/link-forwarder
Link forwarder
https://github.com/levg34/link-forwarder
Last synced: about 7 hours ago
JSON representation
Link forwarder
- Host: GitHub
- URL: https://github.com/levg34/link-forwarder
- Owner: levg34
- License: gpl-3.0
- Created: 2024-01-16T19:32:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T19:28:44.000Z (5 months ago)
- Last Synced: 2024-06-09T20:56:57.328Z (5 months ago)
- Language: TypeScript
- Homepage: https://link-forwarder.onrender.com/
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link Forwarder
Link Forwarder is a web app that lets you send links from PC to smartphone, and vice-versa (or smartphone to smartphone) by scanning a QR code. It is built with [SolidStart](https://start.solidjs.com/getting-started/what-is-solidstart), a meta-framework for [SolidJS](https://www.solidjs.com/) applications.
## Features
- Send links between devices without logging in or installing any software
- Scan a QR code to connect your devices and start sharing links
- View the history of links you have sent and received
- Delete links from your history or clear all history## Installation
To install and run Link Forwarder locally, follow these steps:
- Clone this repository: `git clone https://github.com/levg34/link-forwarder.git`
- Change to the project directory: `cd link-forwarder`
- Install the dependencies: `pnpm install`
- Start the development server: `pnpm dev`
- Open http://localhost:3000 in your browser## Usage
To use Link Forwarder, you need to have two devices that can access the web app. One device will act as the sender and the other as the receiver. Here is how to use the app:
- TODO
## Contributing
TODO
## License
Link Forwarder is licensed under the GNU GENERAL PUBLIC LICENSE Version 3. See the [LICENSE](LICENSE) file for more details.