https://github.com/georgewpark/take-notes-with-voice
This project demonstrates how the speech recognition API can be used to retrieve a spoken note from a user and display that note on-screen with the ability to edit/delete notes and save them to local storage for later viewing.
https://github.com/georgewpark/take-notes-with-voice
javascript notes speech-recognition web-speech-api
Last synced: 3 months ago
JSON representation
This project demonstrates how the speech recognition API can be used to retrieve a spoken note from a user and display that note on-screen with the ability to edit/delete notes and save them to local storage for later viewing.
- Host: GitHub
- URL: https://github.com/georgewpark/take-notes-with-voice
- Owner: georgewpark
- License: mit
- Created: 2018-08-16T15:24:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T11:29:09.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:12:31.521Z (4 months ago)
- Topics: javascript, notes, speech-recognition, web-speech-api
- Language: JavaScript
- Homepage: https://cdpn.io/jpovrm
- Size: 648 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Take Notes with Voice
This project demonstrates how the JavaScript speech recognition API can be used to retrieve a spoken note from a user and display that note on-screen with the ability to edit/delete notes and save them to local storage for later viewing.The speech recognition API is currently only [supported by Chrome](https://caniuse.com/#search=speech%20recognition).

## Live Demo
A live demo is available on [CodePen](https://codepen.io/GeorgePark/pen/jpovrm) and [Netlify](https://take-notes-with-voice.netlify.app/).## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.