Skip to content

fadkeabhi/CLIPBOARD

Repository files navigation

Project logo

CLIPBOARD

Status GitHub Issues GitHub Pull Requests


A web based clipboard.

📝 Table of Contents

🧐 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)

ToDo

  • improve style
  • add limit changer
  • user login system with private clips
  • add theme switcher
  • add more themes
  • Create api support
  • 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