Skip to content

vkuznetsoff/dnd-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drag and Drop
calculator constructor

Functions:

This App has two modes:

constructor - you can create interfaces by dropping to canvas but click events blocked.

runtime - drag-n-drop blocked and you can use calculator functions: push buttons and see result on screen.

Sreencast

LIVE DEMO

Languagies and Tools



Future features:

  • delete block from canvas with dblclick
  • modify css
  • do drag and drop inside canvas
  • improve calc logic
  • fix calc long numbers

Run

git clone https://github.com/vkuznetsoff/dnd-calculator.git -b master

npm i

npm start