Skip to content
/ timesync Public

Demo of time syncing with js. Add many timers of different seconds, they all finish at the same time

Notifications You must be signed in to change notification settings

avi-l/timesync

Repository files navigation

React + TypeScript + Vite

timesync

A simple React application to synchronize time between multiple users in real-time using WebSocket.

Demo

You can see a live demo here avi-timesync.vercel.app .

Features

  • Real-time time synchronization.
  • A responsive and user-friendly interface.

Installation

  1. Clone the repository:

    git clone https://github.com/avi-l/timesync.git
    
  2. Navigate to the project directory:

    cd timesync
    
  3. Install the dependencies using npm or yarn:

    npm install
    

    Or

    yarn install
    
  4. Usage Start the development server: Using npm:

    npm run dev
    

    Using yarn:

    yarn start
    

Navigate to the URL provided

About

Demo of time syncing with js. Add many timers of different seconds, they all finish at the same time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published