A Desktop Application to record a specific Window or the entire desktop screen , & Let's you to save it as a Video file .
This Application is build with "electron.js", "bulma-css" & "electron-forge".The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used by the Atom editor and many other apps. Know more about ElectronJS at Electron Docs .
Bulma is a modern CSS framework based on Flexbox . Know more about BulmaCSS at bulma docs .
Electron Forge is a complete tool for creating, publishing, and installing modern Electron applications.
• Clone the repo & run :
• Edit the code inside the src
folder
• To run the application , run :
• If you want to package it all up , run :
• after that , Electron Forge will generate you platform specific distributables for you to share with everyone.
A special thanks to fireship.io for the Awesome Tutorials & Courses on ElectronJS .