From d4857aa09e62e5c43dd08cde2cc1ffec7554ae3e Mon Sep 17 00:00:00 2001 From: Schalk Neethling Date: Mon, 26 Sep 2022 16:09:25 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1ae285 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# to-do-notifications + +> **NOTE:** This repository has been archived and the content is now maintained as part of the [dom-examples](https://github.com/mdn/dom-examples/) repository. + +Enhanced version of the to-do app, which stores to-do items via IndexedDB, and then also aims to provide notifications when to-do item deadlines are up, via the Notification and Vibration APIs.