Skip to content

akshat99812/Draw-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Draw-It

Draw-It is a real-time collaborative drawing application that was developed with Socket.IO on the server side and Next.js on the client side. With the help of this website, several people may all sketch at once on the same canvas.

Table of Contents

Screen.Recording.2024-06-22.at.1.00.24.AM.mov

Features

  • Real-time collaborative drawing
  • Multi-user support
  • Responsive design for different screen sizes
  • Easy to use interface

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (v14 or higher)
  • npm or yarn

Installation

To install Draw-It, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/draw-it.git
    cd draw-it
    
  2. Install the client dependencies:

    cd client
    npm install
    
  3. Install the server dependencies:

    cd ../server
    npm install
    

Usage

To start the development server, follow these steps:

1.Start the server:

cd server
yarn dev

2.Start the client:

cd ../client
yarn dev

3.Open your browser and navigate to "http://localhost:3000"