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.
Screen.Recording.2024-06-22.at.1.00.24.AM.mov
- Real-time collaborative drawing
- Multi-user support
- Responsive design for different screen sizes
- Easy to use interface
Before you begin, ensure you have met the following requirements:
- Node.js (v14 or higher)
- npm or yarn
To install Draw-It, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/draw-it.git cd draw-it
-
Install the client dependencies:
cd client npm install
-
Install the server dependencies:
cd ../server npm install
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"