Home
Softono
TomeTracker

TomeTracker

Open source TypeScript
14
Stars
0
Forks
1
Issues
1
Watchers
7 months
Last Commit

About TomeTracker

Time tracking app using localstorage

Platforms

Web Self-hosted

Languages

TypeScript

Tome
A time tracker that's only for you

contributors twitter

dashboard

Overview

Tome Tracker is a web-based application designed to help users track their time spent on various tasks or projects. It provides an intuitive interface for managing time entries and visualizing time allocation.

Features

  • Create and manage time entries
  • Track time spent on different tasks or projects
  • View time entries in a list format
  • Visualize time allocation with charts
  • Data persistence using local storage

Tech Stack

  • Next.js 14 (with App Router)
  • React
  • Tailwind CSS
  • LocalStorage for data persistence

How It Works

Time Tracker operates entirely on the client-side, utilizing the browser's local storage for data persistence. This approach ensures that your time tracking data remains private and accessible even without an internet connection.

Getting Started

  1. Clone the repository
  2. Install dependencies: pnpm install
  3. Run the development server: pnpm dev
  4. Open http://localhost:3000 in your browser

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Contributors