Skip to content

medhavibasera/Screen-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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