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.
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