Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kriziu/collabio

Real-time whiteboard
https://github.com/kriziu/collabio

canvas canvas2d nextjs react realtime socket-io typescript

Last synced: 3 months ago
JSON representation

Real-time whiteboard

Awesome Lists containing this project

README

        

# Collabio | Online whiteboard

Real-time whiteboard made with Next.JS and Socket.IO
## Features

- Drawing lines, circles and rectangles
- Eraser
- Undo/Redo
- Real-time mouse tracking
- Chatting
- Placing images
- Moving selected area
- Saving canvas
- Changing backgrounds
- Sharing
## Made using
- Next.JS
- Recoil
- TailwindCSS
- Framer Motion
- Socket.IO
## Demo

LIVE DEMO: https://collabio-kriziu.herokuapp.com

## Installation
Clone repository, install all npm packages and run like normal Next.JS application.
## Screenshots

#### Home page
![home page](https://i.imgur.com/00CZlrR.png)

#### Board page
![Board page](https://i.imgur.com/0v4Y8XP.png)