Tome
A time tracker that's only for you
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.
- 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
- Next.js 14 (with App Router)
- React
- Tailwind CSS
- LocalStorage for data persistence
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.
- Clone the repository
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request.