Skip to content

buraksaraloglu/working-hours-tracker

Repository files navigation

Working Hours

This project allows users to log their working hours to browsers IndexedDB (or to any database for persistence).

Key Concepts

  • Extracts the business days from a selected date.
  • Create multiple inputs according to business dates.
  • Stores the date in the IndexedDB for data persistence.

How to run on your local machine

Clone the project

  git clone https://github.com/buraksaraloglu/working-hours-tracker

Go to the project directory

  cd working-hours-tracker

Install the project dependencies

if you are using npm:

  npm install

if you are using yarn:

  yarn

Run the project

if you are using npm:

  npm run dev

if you are using yarn:

  yarn dev

Project will start running on:

  http://localhost:3000

About

Working hours tracker using IndexedDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published