Welcome to the Online Drawing Board, a web-based application for creating and sharing drawings in real time.
- Real-time drawing with multiple users
- Brush size and color customization
- Eraser tool
- Save drawings as images
- User authentication and drawing history
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/lonrun/online-drawing-board.git
- Navigate to the project directory:
cd online-drawing-board
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
We welcome contributions from the community! If you'd like to contribute or report an issue, please submit a pull request or create a new issue on GitHub.
This project is licensed under the MIT License.