Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashwatkathuria/drawing-canvas
Web (Django) based Javascript application for drawing. Hosted at : https://drawing-canvas-sk17.herokuapp.com/
https://github.com/shashwatkathuria/drawing-canvas
canvas canvas2d django-application drawing-app html html5 javascript python3 svg
Last synced: about 1 month ago
JSON representation
Web (Django) based Javascript application for drawing. Hosted at : https://drawing-canvas-sk17.herokuapp.com/
- Host: GitHub
- URL: https://github.com/shashwatkathuria/drawing-canvas
- Owner: shashwatkathuria
- Created: 2019-05-23T15:37:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T13:01:13.000Z (over 5 years ago)
- Last Synced: 2023-03-07T23:07:14.524Z (almost 2 years ago)
- Topics: canvas, canvas2d, django-application, drawing-app, html, html5, javascript, python3, svg
- Language: JavaScript
- Homepage: https://drawing-canvas-sk17.herokuapp.com/
- Size: 10.2 MB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drawing Canvas ![Status completed](https://img.shields.io/badge/Status-finished-2eb3c1.svg) ![Django 2.2.1](https://img.shields.io/badge/Django-2.2.1-green.svg) ![Python 3.6.8](https://img.shields.io/badge/Python-3.6.8-blue.svg) ![ReactJS 16.8.6](https://img.shields.io/badge/ReactJS-16.8.6-red.svg) ![d3JS 4.13.0](https://img.shields.io/badge/d3JS-4.13.0-yellow.svg) ![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg) ![forthebadge made-with-javascript](https://forthebadge.com/images/badges/made-with-javascript.svg)
----------------------------
ABOUT THE PROJECT
----------------------------This project provides the features of a drawing canvas
with features involving drawing, erasing, changing colors,
etc. online. It also allows users to save and load their
drawings. This project is implemented using Django Framework
(Python), d3JS, ReactJS, Javascript, HTML(Bootstrap) and CSS.----------------------------
TECHNOLOGIES USED
----------------------------- Python 3.6.8
- Django 2.2.1
- Javascript (ReactJS-16.8.6 and d3JS-4.13.0)
- SQLLite
- Bootstrap ( HTML / CSS / Javascript )----------------------------
INSTRUCTIONS TO RUN THE PROJECT
----------------------------Type the following commands in sequential order:
source env/bin/activate (To activate virtual environment)
cd Drawing-Canvas
python3 manage.py runserverTo deactivate the virtual environment:
deactivate
----------------------------