Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awran5/todo-list
To-do list app build using native JavaScript with LocalStorage
https://github.com/awran5/todo-list
es6 localstorage native-javascript speech-recognition todolist
Last synced: about 2 months ago
JSON representation
To-do list app build using native JavaScript with LocalStorage
- Host: GitHub
- URL: https://github.com/awran5/todo-list
- Owner: awran5
- License: mit
- Created: 2018-11-02T19:54:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T22:06:24.000Z (about 6 years ago)
- Last Synced: 2024-10-12T10:12:05.300Z (4 months ago)
- Topics: es6, localstorage, native-javascript, speech-recognition, todolist
- Language: JavaScript
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-list
To-do list app build using native JavaScript with LocalStorage.This app using [Speech recognition API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition) which works currently on Chrome environment only. Please check [Browser compatibility table](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition#Browser_compatibility) for more information.
Inspired from [Coding Addict](https://www.youtube.com/watch?v=txGjnJ0YAVY&t=2452s)
### [Demo](https://awran5.github.io/todo-list/)