copydog is a realtime cross platform clipboard syncing app which automaticaly syncs the clipboard data to all the clients using socket io in same room
We made both an android app and a webapp so that the users can easily view and can share the clipboard data between seamlessly.
Web app live demo
Android app: Download the apk
We used vanilla js with socket.io for websocket connection and clipboard api present in navigator class of javascript
To get start and run the project locally follow the steps below
1.Clone the repo
git clone https://github.com/cipherGUYS/SHN-Websocket.git
2.Once you downloaded repo navigate to the repo in your local device
cd SHN-Websocket
3.Install all packages .
npm install
ps: make sure you have installed npm and git 4.Now to run the server
npm start
Navigate to localhost:3000 to see the project running
If you encounter with any bug or issue while running or setting up the project,or with the project code itself we always welcome your input so that we can improve the project.
Please report the bug in detail in the issues tab and we will look into and will fix it !
You can also chat with other members using the text input provided