Skip to content

Cliente side voice recorder using MediaRecorder Web API, ReactJS and Tailwind CSS.

Notifications You must be signed in to change notification settings

luan11/voice-recorder

Repository files navigation

Voice Recorder

Record voice notes on client side.

Languages Top Language

Demo

Table of Content

TechnologiesHow To Use

🤖 Technologies

💡 How To Use

To clone and run this application, you'll need Git, Node.js v14.15.4 + Yarn v1.22.10 installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/luan11/voice-recorder.git

# Go into the repository
$ cd voice-recorder

# Install dependencies
$ yarn install

# Run
$ yarn start