Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soualahmohammedzakaria/screen-recorder
A lightweight desktop application to capture video recordings.
https://github.com/soualahmohammedzakaria/screen-recorder
desktop-app electron recorder
Last synced: about 8 hours ago
JSON representation
A lightweight desktop application to capture video recordings.
- Host: GitHub
- URL: https://github.com/soualahmohammedzakaria/screen-recorder
- Owner: soualahmohammedzakaria
- License: mit
- Created: 2024-07-01T23:41:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T14:39:04.000Z (7 months ago)
- Last Synced: 2024-12-18T23:14:36.939Z (about 2 months ago)
- Topics: desktop-app, electron, recorder
- Language: JavaScript
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Screen Recorder
## Overview
Screen Recorder is a lightweight desktop application built with Electron JS that allows users to capture video recordings of their screen. This application is designed for simplicity and efficiency, making it easy to start and stop recordings, select screen sources, and save videos to your local machine.
## App Demonstration
![App Screenshot](.githubutils/app_screenshot.png)
## Installation
### Prerequisites
- [Node.js](https://nodejs.org/) (v14 or higher)
- [Yarn](https://yarnpkg.com/) (optional, but recommended)### Clone the Repository
```bash
git clone https://github.com/soualahmohammedzakaria/Screen-Recorder.git
cd Screen-Recorder
```### Install Dependencies
```
yarn install
# or
npm install
```### Start the Application
```
yarn start
# or
npm start
```### For building the application
```
yarn make
# or
npm run make
```## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.