diff options
Diffstat (limited to 'js/README.md')
-rw-r--r-- | js/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/README.md b/js/README.md deleted file mode 100644 index c606933..0000000 --- a/js/README.md +++ /dev/null @@ -1 +0,0 @@ -Eli: I would like to make a note-taking application using HTML canvas and JavaScript. The user will be able to drag their mouse to define rectangles that they can then type in. Many rectangles can exist on the canvas at once, and can be dragged to be moved. All the data will be stored locally using localStorage, and I hope to use no dependencies. How would you suggest I create this application? \ No newline at end of file |