Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yshplsngh/screenrecorder
- Owner: yshplsngh
- License: mit
- Created: 2024-04-05T08:38:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:18:47.000Z (3 months ago)
- Last Synced: 2024-08-14T10:39:46.801Z (3 months ago)
- Topics: react, screen-recorder, typescript
- Language: TypeScript
- Homepage: https://screen-recorder-amber.vercel.app
- Size: 50.8 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
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.