Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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