/working_hours

A simple tool to log your working hours

Primary LanguageJavaScript

Working hours

This is a small hobby project aiming to create a tool for logging your work.

Idea

I needed something to log how much employees have worked per day. This has to be logged for weeks and months and eventually the work year.

Progress

This project is still in progress. So if you clone it or use parts of it, be warned!

  • I have designed the framework, the necessary classes and handlers
  • todo.md has the tasks list...

React and running once things are ready

This project was bootstrapped with Create React App.

here you will find some information on how to perform common tasks.

install dependencies

npm install

run project

npm start will start a local server.

production build

npm run build