Skip to content

omimakhare/CLIPBOARD

 
 

Repository files navigation

CLIPBOARD

A web based clipboard.

The simplest method for transmitting data across internet-connected devices


Current preview is available here.



Features

  • Multiple Themes
  • Interactive
  • Share information among all devices


Techstacks

  • PHP
  • CSS
  • HTML
  • JS
  • SQL


Installation

  1. Clone this repository (e.g. git clone https://github.com/fadkeabhi/CLIPBOARD)
  2. Copy config.sample.php to config.php (cp config.sample.php config.php)
  3. Set up your own database credentials in config.php
  4. Import clips.sql into the database (e.g. mysql -uroot clipboard < clips.sql)

To Do

  • improve style
  • add limit changer
  • user login system with private clips
  • add theme switcher


All Contributions are appreciated


           

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.0%
  • CSS 34.6%
  • JavaScript 7.4%