The following project was made with ElectronJS. This is a simple Desktop Application that is built for recording screen video. At the moment the audio recording is not included and the saving foemat is of the type .webm
Starting the app is pretty simple. You will just need to run the following commands.
$ # Clone the repository
$ git clone https://github.com/debajyotidasgupta/Desktop-Screen-Recorder.git
$ # Go into the cloned directory
$ cd Desktop-Screen-Recorder
$ # Install the node modules
$ npm install
$ # Start the electron application
$ npm start
NPM INSTALL
Install the node modules
NPM START
Starts the Electron Desktop App
The working app should look as follows.