Skip to content

cipherGUYS/SHN-Websocket

Repository files navigation

copydog

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

Live Demo

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

Screenshots

image

image

Tech Stack

We used vanilla js with socket.io for websocket connection and clipboard api present in navigator class of javascript

Installation

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

Bug or issue

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 !

Additional feature

You can also chat with other members using the text input provided

Thanks for testing out this project !