Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 299 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 299 Bytes

Daily Progress Tracker

A simple application to track daily progress of your scheduled tasks.

Setup And Run

Default port is set to 4500

Using Docker

docker-compose up

On Desktop

  • Installing Dependencies
npm install
  • Starting the application
npm start