Giter VIP home page Giter VIP logo

timekipr's Introduction

timekipr

A simple time-keeper app for meetings.

animation

๐Ÿš€ Play with it here!

Features

  • Manage a chronometer timeline, with optional alerts,
  • Timeline configuration is persisted using a hash, shown in the address bar,
  • When playing, a timeline will be saved and can be resumed at any time, if using the same timeline configuration (the same hash)

Multiple applications

Using a monorepo (thanks to Turborepo), this repository contains three different applications:

How to build

Prerequisites:

  • Node 18+
  • Rust (if building the desktop app)

Build the webapp

npm install
npm run build:web

The webapp code will be in the ./apps/timekipr-web/dist folder. You can use npm run serve:web to run a simple server to access the app.

Build the desktop app

The desktop app is made using Tauri, so you will need Rust. Then run:

npm install
npm run build:desktop

The executable will be in the ./apps/timekipr-desktop/src-tauri/target/release folder.

You will also generate installers for Windows:

  • The installer MSI file will be in the folder apps/timekipr-desktop/src-tauri/target/release/bundle/msi
  • The installer EXE file will be in the folder apps/timekipr-desktop/src-tauri/target/release/bundle/nsis

timekipr's People

Contributors

srynetix avatar

Watchers

 avatar

timekipr's Issues

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.