Skip to content

fvitas/epiczeit

Repository files navigation

Epic Zeit

Badge License

Introduction

Epic Zeit is a powerful tool designed to simplify your interaction with time zones worldwide.

It is crafted for anyone who needs to manage international meetings, travel plans, or simply wishes to keep track of time around the world.

Look and Feel

Todo

  • Enable and show suggestions for frequently added locations
  • Settings flag for auto close add location dialog
  • Implement my own timepicker (clockpicker)
  • Clock picker dialog for mobile users
  • Create android app using capacitor and ship it 🚀
  • Vertical layout for mobile ?
  • Add service workers for PWA ?
  • Replace localstorage with something else and support state migration ?

Prerequisites

Apps and Packages

This Turborepo monorepo includes the following:

apps

  • web: a Vite app
  • extension: a Chrome extension / Firefox addon

packages

  • @repo/ui: a React component library package shared by both web and extension apps

Build

To build all apps and packages, run the following command:

pnpm run build

Develop

To develop all apps and packages, run the following command:

pnpm run dev

or you can individually start a web app:

cd apps/web
pnpm run dev

License

Epic Zeit is made available under the GPLv3 License