https://github.com/healeycodes/tiny-note-taker
A tiny note taking app that teaches the power of the Storage API 🏪
https://github.com/healeycodes/tiny-note-taker
Last synced: 11 months ago
JSON representation
A tiny note taking app that teaches the power of the Storage API 🏪
- Host: GitHub
- URL: https://github.com/healeycodes/tiny-note-taker
- Owner: healeycodes
- License: mit
- Created: 2019-04-07T21:36:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T19:26:17.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T00:51:13.766Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://healeycodes.github.io/tiny-note-taker/
- Size: 21.5 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Note Taker
The final code for my tutorial on interacting with the Storage API. The result is a tiny note-taking app.
Live version [here](https://healeycodes.github.io/tiny-note-taker/).
[](https://healeycodes.github.io/tiny-note-taker/)
- Create, update, and delete browser-stored notes.
To deploy, host the parent directory of the repo. The app exists in `index.html`.
MIT license.