All Projects → ThymeApp → Thyme

ThymeApp / Thyme

Licence: mit
Simple time logging web app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Thyme

Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-35.64%)
Mutual labels:  create-react-app, pwa
React Shrine
"Shrine" Progressive Web App sample built with React
Stars: ✭ 322 (+218.81%)
Mutual labels:  create-react-app, pwa
Subway Shanghai
🚆上海地铁线路图PWA,支持离线使用,强烈建议安装Chrome浏览器使用。Subway Shanghai, offline first, it's strongly recommended to use by Chrome.
Stars: ✭ 130 (+28.71%)
Mutual labels:  create-react-app, pwa
Hackaru
Simple, cross-platform time tracking application
Stars: ✭ 82 (-18.81%)
Mutual labels:  time-tracking, pwa
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+1215.84%)
Mutual labels:  pwa
Stencil
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
Stars: ✭ 9,880 (+9682.18%)
Mutual labels:  pwa
Offline Gallery
🎈 A 16kb Preact & Redux based Progressive Web App that offers an offline gallery experience of external images.
Stars: ✭ 90 (-10.89%)
Mutual labels:  pwa
Ryosuke Gatsby Blog
Static PWA React-powered portfolio and blog built with GatsbyJS
Stars: ✭ 90 (-10.89%)
Mutual labels:  pwa
Vueneue
DEPRECATED: go to UVue
Stars: ✭ 99 (-1.98%)
Mutual labels:  pwa
Magento Docker
Docker environment dedicated for ScandiPWA theme development
Stars: ✭ 98 (-2.97%)
Mutual labels:  pwa
Ngx Pwa Offline
RxJS operator and other utils catching offline errors in Angular apps (= async pipe everywhere!)
Stars: ✭ 94 (-6.93%)
Mutual labels:  pwa
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (-9.9%)
Mutual labels:  pwa
Absolute
Absolute is a web-based O2O(Online to Offline) platform like Siren-Order for Starbucks. We are focused on creating the platform that is portable, cheaper, easier, decentralized and appless.
Stars: ✭ 96 (-4.95%)
Mutual labels:  pwa
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (-10.89%)
Mutual labels:  pwa
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (-2.97%)
Mutual labels:  pwa
Www
每天大红包 · 网页端
Stars: ✭ 90 (-10.89%)
Mutual labels:  create-react-app
Awesome Create React App
Awesome list of Create React App articles / tutorials / videos and FAQ
Stars: ✭ 1,321 (+1207.92%)
Mutual labels:  create-react-app
Vue Pwa Asset Generator
PWA asset generator perfect with VueJS framework (but useful for all PWA!)
Stars: ✭ 97 (-3.96%)
Mutual labels:  pwa
Capacitorgoogleauth
Capacitor plugin for Google Auth. Lightweight & no dependencies.
Stars: ✭ 92 (-8.91%)
Mutual labels:  pwa
Paper
🚀A "no-cloud" note taking app with "networkless" sharing. https://paperapp.now.sh
Stars: ✭ 93 (-7.92%)
Mutual labels:  pwa

Thyme Thyme

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

Use Thyme in your browser right now


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].