A simple Electron-based screen recorder application that allows you to capture your screen or specific windows as a video file.
- Electron: Framework for building cross-platform desktop applications using web technologies.
- Bulma: CSS framework for creating responsive and stylish user interfaces.
To use this application, follow these steps:
-
Clone the repository
git clone https://github.com/Hardvan/Electron-Screen-Recorder.git
-
Go to the directory created
cd Electron-Screen-Recorder
-
Install the dependencies
npm install
-
Start the app
npm start
-
Run the command
npx create-electron-app my-app
-
Go to the directory created
cd my-app
-
Start the app
npm start