Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 820 Bytes

README.md

File metadata and controls

63 lines (37 loc) · 820 Bytes

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