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

https://github.com/medhavibasera/screen-recorder

Screen Recorder in React.
https://github.com/medhavibasera/screen-recorder

firebase firebase-auth reactjs recordrtc screenrecorder

Last synced: 25 days ago
JSON representation

Screen Recorder in React.

Awesome Lists containing this project

README

          

# Screen-Recorder

The application helps to record the screen as well as tracks the time spent by user on the screen. The recording gets saved on your system after it is stopped.

#### Preview:

Screenshot 2021-06-01 at 8 27 10 PM

## Installation and Setup Instructions

Clone down this repository. You will need `node` and `npm` installed globally on your machine.

Installation:

`npm install`

To Run Test Suite:

`npm test`

To Start Server:

`npm start`

To Visit App:

`localhost:3000`