https://github.com/alexfriesen/zeity
time tracking app with great UX
https://github.com/alexfriesen/zeity
nuxt open-source productivity productivity-app productivity-tool time time-tracker timer vue webapp
Last synced: about 1 month ago
JSON representation
time tracking app with great UX
- Host: GitHub
- URL: https://github.com/alexfriesen/zeity
- Owner: alexfriesen
- License: gpl-3.0
- Created: 2024-11-08T15:21:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-07T08:11:51.000Z (about 1 month ago)
- Last Synced: 2025-05-07T09:24:44.301Z (about 1 month ago)
- Topics: nuxt, open-source, productivity, productivity-app, productivity-tool, time, time-tracker, timer, vue, webapp
- Language: TypeScript
- Homepage: https://zeity.alexfriesen.net/
- Size: 1.33 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeity
Zeity is a time tracking app with a focus on UX.
> [!IMPORTANT]
>
> This project is in an early stage of development.## Getting Started
### Prerequisites
- Node.js
- pnpm### Running the Application
To start the development server, run:
```sh
pnpm dev
```### Building the Application
To build the application for production, run:```sh
pnpm build
```### Linting
To lint the code, run:```sh
pnpm lint
```### Testing
To run the tests, run:```sh
pnpm test
```