A Nodejs, express and mongodb based productivity tracker app that keeps track of the work you did and the amount of time you spent doing it.
It uses Charts to represent the data for the day as well as the overall working time for the past 30 days pictorially. You can also share your work for others to see and view what others have shared by going to the inspire me section
$ git clone https://github.com/GeekHaven/WorkTrack
$ cd WorkTrack
$ npm install
.env
and add the following codeMONGODB_URI = <your_connection_string>
npm run dev
or npm start
and navigate to localhost:3000
on your browser