An open API service indexing awesome lists of open source software.

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 🏪

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/).


[![App in action](https://github.com/healeycodes/tiny-note-taker/blob/master/preview.png)](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.