Build a audio recorder with Electron from scratch.
Watch the Electron 8 Tutorial on YouTube.
The aim of this project is to record user's audio using microphone and user should be able to start, pause and stop his recording.
Additional Feature: Users have the option to download and save his recordings. List of User's recording is also being shown in the form of list.
Created one render process for audio media accessibility and control buttons functionality.
In order to run the project, you need to run the following commands for dependencies installation and starting of application. (Node version I have used for development - v14.15.4)
npm install
npm start
- Bulma - for css styling
- Electron
- CSS for saved recording list is not being focused.
- Functionality working is being focused over styling.