Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yshplsngh/screenrecorder

web based Screen Recorder with Download Facility
https://github.com/yshplsngh/screenrecorder

react screen-recorder typescript

Last synced: about 5 hours ago
JSON representation

web based Screen Recorder with Download Facility

Awesome Lists containing this project

README

        

# Screen Recorder
A simple screen recording application built with React and Webrtc api.

# Features
- Record your screen
- Save the recording as a video file
- Supports audio recording
- Download and watch the recorded screen video

## Installation
### Running Locally
Make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.

1. Clone or Download the repository
```
$ git clone https://github.com/yshplsngh/ScreenRecorder
$ cd ScreenRecorder
```

2. Install Dependencies
```
$ npm install
```

3. Start the application
```
$ npm run dev
```

Your app should now be running on [localhost:5173](http://localhost:5173/).

## Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.