This repo is developed with angular
Clone the repository
run "npm install" in command line/terminal to add node modules for angular
run ng serve and it will run in port 4200(http://localhost:4200)
register and login with email and password
start timer and stop. Save the time and description.
View time and description in "list view".
You can search with date frame(date range) and also search with a keyword in description.
Graphs are not implemented.
Basic UI is done and but its not responsive.