CLIPBOARD icon indicating copy to clipboard operation
CLIPBOARD copied to clipboard

web based clipboard

Project logo

CLIPBOARD

Status GitHub Issues GitHub Pull Requests


A web based clipboard.

📝 Table of Contents

  • About
  • Getting Started
  • Installation
  • Built Using
  • ToDo
  • Authors
  • Acknowledgments

🧐 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

🆕 Whats New (v1.23.3.1)

  • Added support for API
  • Created new React based Homepage

ToDo

  • [x] improve style
  • [x] add limit changer
  • [ ] user login system with private clips
  • [x] add theme switcher
  • [x] add more themes
  • [x] Create api support
  • [x] Make React based homepage

✍️ Authors

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

🎉 Acknowledgements

Project logo - Hat tip to anyone whose code was used

All Contributions are appreciated