Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexbykoff/native-todo
https://github.com/alexbykoff/native-todo
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexbykoff/native-todo
- Owner: alexbykoff
- Created: 2016-11-02T21:38:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T21:03:24.000Z (about 8 years ago)
- Last Synced: 2024-11-09T19:36:28.486Z (2 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Native to-do
- use `#` symbol to add tags (`"eat few #kebabs"`)
- click `Add new note` to add fresh note
- click on note text to edit it on the page
- click on `done!` to mark it for deletion
- click on tags to filter notes
- use `reset` button to remove filtering
- delete `#` inside the note to remove tag
- uses localStorage database to save notesES6. Use Chrome.