Skip to content

A minimalistic and light-weight screen-recorder I built on Electron, using HTML, CSS and JS (vanilla).

License

Notifications You must be signed in to change notification settings

RaghavK16/ElectrRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectrRec

ElectrRec Image

  • A minimalistic and light-weight screen-recorder built on Electron using HTML, CSS and Vanilla JavaScript.

ElectrRec Image_1

  • Just choose a video source, and click on "Start Recording" button.

  • Stop the video using "Stop Recording" button.

  • The video gets saved in the Downloads folder.

Getting Started

  • Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS.

  • It takes care of the hard parts so you can focus on the core of your application.

Note: Electron Forge requires Node 10 or above, plus git installed.

  1. If you have a more recent version of npm or yarn, you can use npx, or yarn create.
npx create-electron-app my-new-app

or

yarn create electron-app my-new-app

then

cd my-new-app
npm start
  1. Alternatively (less recommended):
npm install -g @electron-forge/cli
electron-forge init my-new-app
cd my-new-app
npm start

Running the project

cd ElectrRec
npm i && npm start

Creating distributables

Please refer to the official documentation for creating distributables and packaging them.

Contribution

If you're new to contributing to Open Source on Github, this guide can help you get started. Please check out the contribution guide for more details on how issues and pull requests work.

About

A minimalistic and light-weight screen-recorder I built on Electron, using HTML, CSS and JS (vanilla).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published