https://github.com/mrmarble/draw-app
https://github.com/mrmarble/draw-app
drawing pwa react reactjs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrmarble/draw-app
- Owner: MrMarble
- License: mit
- Created: 2020-02-11T10:43:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T02:53:29.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T19:14:59.364Z (12 months ago)
- Topics: drawing, pwa, react, reactjs
- Language: JavaScript
- Homepage: https://draw-app.now.sh/
- Size: 351 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Draw-App :pencil2:
This is a simple drawing app made with React.js and VanillaJS. **PWA** Compatible! :tada:
## Documentation :pencil:
I have use Docz to documentate the project, you can check it out here: https://docs-draw-app.now.sh/
## Live version
I've hosted a version on https://draw-app.now.sh/ so you can play with it right away without needing to download and build the project
## How to
If you want to build your own version you'll need Yarn. This commands may help you out.
```bash
yarn start # Launch a development server
yarn test # Launches all jest tests
yarn test:coverage # Show the coverage of all files
yarn build # Creates production version
yarn docz:dev # Launch a development Docz server
```
### Notes
This version does not use any kind of Lazy Brush so the drawing experience is a bit rough, I may implement something in the future to accomplish that.