Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/levg34/link-forwarder

Link forwarder
https://github.com/levg34/link-forwarder

Last synced: about 7 hours ago
JSON representation

Link forwarder

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.