Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.94 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.94 KB

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