Git Product home page Git Product logo

thyme's Introduction

Thyme Thyme

A little web app which allows you to log time data.


Build Status

Thyme is a time logging web application which enables you to add and store time spent on different projects you work on.

It displays all the added time entries in a single table with their corresponding duration and project notes.

Create reports with detailed information spent per project over selected periods of time.

Features

  • Integrated timer
  • Create date, start and end time
  • Create projects and sub-projects
  • Assign time sheet entries to projects
  • Reports of total time spent per project
  • Automatic rounding of time spent
  • Export / Import data
  • Saves to localStorage of the browser
  • Ability to sync data in the Thyme Capsule
  • Sync over multiple devices

How to use

Thyme has been made to be as easy as possible to use. However, there is also documentation available at https://usethyme.com/documentation/ for further reading.

If you have questions you can leave issues on this repository or send a message to [email protected]

Screenshots

Timesheets screen

Detailed time logging

Reports screen

Time log reports

Projects screen

Adding and adjusting projects


Running your own instance

  1. Clone the repository, navigate to the created folder, and run npm install.
  2. Use npm build to build the application. Assets will be available in build/.
  3. Change the location of Thyme Capsule by setting the REACT_APP_API_ROOT environment variable before building.
  4. Run npx serve build to serve your build on localhost.

Building browser extensions

  1. Follow the steps for running your own instance.
  2. Use npm run build:extensions to compile and zip the browser extensions.

Generating sample data

To generate sample data to be used for development, or just to clean your development state, you can use the following command:

npm run generate-sample

This will create a new file called sample.json in the root of the project. Use the "Export / Import data" section of the settings page to import the sample data.

Development

You can help out with development using the following steps.

  1. Clone the repository, navigate to the created folder, and run npm install.
  2. Copy the staging environment variables to a local version cp .env.staging .env.local. Adjust if needed.
  3. Open a development server by executing npm start.
  4. Find source files for the app in ./src.

Made with Create React App

This project was bootstrapped with Create React App.

License

MIT

thyme's People

Contributors

gaya avatar scoombe avatar superman32432432 avatar

Watchers

James Cloos 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.