about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/README.md1
-rw-r--r--js/app.js0
-rw-r--r--js/index.html0
3 files changed, 1 insertions, 0 deletions
diff --git a/js/README.md b/js/README.md
new file mode 100644
index 0000000..c606933
--- /dev/null
+++ b/js/README.md
@@ -0,0 +1 @@
+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
diff --git a/js/app.js b/js/app.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/js/app.js
diff --git a/js/index.html b/js/index.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/js/index.html