Git Product home page Git Product logo

timetracker's Introduction

Time Tracker

A simple Vue-based time tracker.

I built this tool to help me record time spent on tasks at work without too much faff. There is currently no server-side component; all of your data is stored in your web browser using the Web Storage APIโ€™s localStorage mechanism.

Building the time tracker

This project uses Vite to build the project, so the usual incantations apply.

If you have Task installed, you can build the project from a fresh copy of the source code with:

$ task dependencies:javascript
$ task build:frontend

As there is no server-side component, the time tracker front-end can be served with your server of choice. For convenience, you can create a redbean server that serves the time tracker front-end:

$ task dependencies
$ task build
$ # Start the server with "./timetracker.com"
$ # See <https://redbean.dev/#install> for help and troubleshooting.

Use task --list to see the full list of available tasks for this project. If you do not have Task installed, the provided Taskfile.yml is fairly readable if you want to see what commands are being used.

timetracker's People

Contributors

damiendart avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.