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.
- 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 ?
This Turborepo monorepo includes the following:
web
: a Vite appextension
: a Chrome extension / Firefox addon
@repo/ui
: a React component library package shared by bothweb
andextension
apps
To build all apps and packages, run the following command:
pnpm run build
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
Epic Zeit is made available under the GPLv3 License