From 166c1481a98b0bfafc64dd920b8b03bee955b89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Puls?= Date: Mon, 16 Jan 2023 21:03:16 +0100 Subject: [PATCH] Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4a1c13 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Scratchpad + +This is a simple HTML/JS-based tool for counting characters and words. + +Enter your text and see the number of characters and words at the bottom. You can also select text to count only within the selection. + +Text is auto-saved in your browser's local storage, so nothing gets lost if you close the page by accident. Keep this in mind if you enter sensitive data.