francwalter / clip2

The simplest method for transmitting data across internet-connected devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLIPBOARD-V2

A web based clipboard.

📝 Table of Contents

Old Version

V1 is available here.

🧐 About

The simplest method for transmitting data across internet-connected devices

🏁 Getting Started

Current preview is available here.

⚙️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)

⛏️ Built Using

  • HTML - Frontend
  • CSS - Frontend
  • JS - Frontend
  • PHP - Server Environment
  • SQL - Database

ToDo

  • Add Copy to clipboard button
  • Add user login system with private clips
  • Add permanat clip system
  • Add theme switcher
  • Add more themes

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Hat tip to anyone whose code was used


All Contributions are appreciated

About

The simplest method for transmitting data across internet-connected devices.

License:Apache License 2.0


Languages

Language:CSS 45.7%Language:PHP 25.1%Language:HTML 15.0%Language:JavaScript 14.2%