https://github.com/edmilson-dk/voice-memo
https://github.com/edmilson-dk/voice-memo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmilson-dk/voice-memo
- Owner: edmilson-dk
- Created: 2021-03-01T12:48:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T19:40:55.000Z (over 5 years ago)
- Last Synced: 2025-01-21T21:31:45.259Z (over 1 year ago)
- Language: CSS
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice Memo App Using HTML5, Media Recorder and getUserMedia APIs
## Running
- npm ci && npm start
## Demo
- When you click start recording it'll record your voice and then play it .
## Credits to project
Thanks [Erick Wendel](https://github.com/ErickWendel)
## Credits
- Layout got from [Ettrics' CodePen](https://codepen.io/ettrics/pen/KpzzQZ)