Skip to content

tommerty/TomeTracker

Repository files navigation

Tome
A time tracker that's only for you

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