SumonRayy / electron-screen-recorder

A Screen Capturing Desktop Application , Made with ElectronJS , BulmaCSS & Electron-Forge .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Screen Capturing Desktop Application

version author follow

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".

ElectronJS :

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 .

BulmaCSS :

Bulma is a modern CSS framework based on Flexbox . Know more about BulmaCSS at bulma docs .

Electron-Forge :

Electron Forge is a complete tool for creating, publishing, and installing modern Electron applications.

To Get Started :

• Clone the repo & run :

npm i

• Edit the code inside the src folder
• To run the application , run :

npm start

• If you want to package it all up , run :

npm run make

• 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 .

About

A Screen Capturing Desktop Application , Made with ElectronJS , BulmaCSS & Electron-Forge .


Languages

Language:JavaScript 82.7%Language:HTML 14.0%Language:CSS 3.3%