Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 646 Bytes

README.md

File metadata and controls

31 lines (14 loc) · 646 Bytes

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