A web based clipboard.
The simplest method for transmitting data across internet-connected devices
Current preview is available here.
- Multiple Themes
- Interactive
- Share information among all devices
- PHP
- CSS
- HTML
- JS
- SQL
- Clone this repository (e.g.
git clone https://github.com/fadkeabhi/CLIPBOARD
) - Copy config.sample.php to config.php (
cp config.sample.php config.php
) - Set up your own database credentials in config.php
- Import
clips.sql
into the database (e.g.mysql -uroot clipboard < clips.sql
)
- improve style
- add limit changer
- user login system with private clips
- add theme switcher