This project allows users to log their working hours to browsers IndexedDB (or to any database for persistence).
- Extracts the business days from a selected date.
- Create multiple inputs according to business dates.
- Stores the date in the IndexedDB for data persistence.
Clone the project
git clone https://github.com/buraksaraloglu/working-hours-trackerGo to the project directory
cd working-hours-trackerInstall the project dependencies
if you are using npm:
npm installif you are using yarn:
yarnRun the project
if you are using npm:
npm run devif you are using yarn:
yarn devProject will start running on:
http://localhost:3000