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.
- Host: GitHub
- URL: https://github.com/medhavibasera/screen-recorder
- Owner: medhavibasera
- Created: 2021-06-01T14:21:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T18:20:00.000Z (almost 5 years ago)
- Last Synced: 2024-04-02T19:00:43.549Z (about 2 years ago)
- Topics: firebase, firebase-auth, reactjs, recordrtc, screenrecorder
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

## 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`