about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2024-01-05 14:43:18 -0500
committerelioat <hi@eli.li>2024-01-05 14:43:18 -0500
commit20656c152a8b454e4319e707c1f85022150102b6 (patch)
tree1d4852e46b89a437b8e0d3803e02c5acc2bb7e2a
parent23297be615864405b645c8c8d2ea17efa9f9ecf0 (diff)
downloadtour-20656c152a8b454e4319e707c1f85022150102b6.tar.gz
*
-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