A simple app for tracking time. Continues tracking time even when you leave the page.
Demo - https://nimble-tracker.vercel.app/
# First install dependencies
npm install
# Run on localhost in hot reloading mode:
npm start
# Create production build
npm run build-prod
# Create development build
npm run build-dev