Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanchas116/simple-drawing-tool
Simple collaborative drawing tool example
https://github.com/seanchas116/simple-drawing-tool
Last synced: 4 days ago
JSON representation
Simple collaborative drawing tool example
- Host: GitHub
- URL: https://github.com/seanchas116/simple-drawing-tool
- Owner: seanchas116
- Created: 2023-11-07T07:26:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T07:23:20.000Z (about 1 year ago)
- Last Synced: 2024-04-14T03:13:59.328Z (7 months ago)
- Language: TypeScript
- Homepage: https://simple-drawing-tool.vercel.app/
- Size: 229 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Drawing Tool
This is a simple collaborative drawing tool example.
Built with:
- Firebase for authentication and real-time database
- React for UI
- Tailwind CSS for styling
- MobX for state management## How to run locally
```sh
pnpm install
pnpm dev
```