Skip to content

A react app for taking voice notes created as a part of 36 hour hackathon.

Notifications You must be signed in to change notification settings

abhi887/voice-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voice-notes

A webapp made with react for taking voice notes created as part of 36 hour hackathon.

About

voice-notes is a webapp that helps you keep track of your thoughts or ideas in the form of voice notes/memos. As of now it has no backend at all and uses idb-keyval database which is simple key-value database built on top IndexedDB of the browser. As all the data is stored locally, you'll never have to worry about it leaving your device.

Downloads

Android

Prerequisites (for development)

How to setup & run

  1. git clone or download this repository
  2. cd voice-notes
  3. npm install
  4. npm start

Tested on browsers

limitations

  • voice-notes's use of IndexedDB can cause functionality issue on browsers with either partial implementation or complete lack of it.
  • voice-notes on lower level uses HTML5 MediaRecorder API to record audio, which is not widely supported on smartphone browsers which could cause issues related to voice recording.

About

A react app for taking voice notes created as a part of 36 hour hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published