A simple React application to synchronize time between multiple users in real-time using WebSocket.
You can see a live demo here avi-timesync.vercel.app .
- Real-time time synchronization.
- A responsive and user-friendly interface.
-
Clone the repository:
git clone https://github.com/avi-l/timesync.git
-
Navigate to the project directory:
cd timesync
-
Install the dependencies using npm or yarn:
npm install
Or
yarn install
-
Usage Start the development server: Using npm:
npm run dev
Using yarn:
yarn start
Navigate to the URL provided