49 - Update README: remove milestone and price tracking claims

This commit is contained in:
myrmidex 2026-08-15 14:42:07 +02:00
parent ae5312fcc9
commit 2fe1f22282

View file

@ -2,33 +2,32 @@
# incr
**A minimalist counter with milestone-driven progress**
**A minimalist counter**
*Track anything you accumulate — with visual progress and milestone reinforcement*
*Track anything you accumulate — click to increment*
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Laravel](https://img.shields.io/badge/Laravel-12-FF2D20?logo=laravel&logoColor=white)](https://laravel.com/)
[![Laravel](https://img.shields.io/badge/Laravel-13-FF2D20?logo=laravel&logoColor=white)](https://laravel.com/)
[![React](https://img.shields.io/badge/React-19-61DAFB?logo=react&logoColor=black)](https://reactjs.org/)
</div>
## About
incr is a minimalist, self-hosted tracking app. Pick something you want to accumulate — shares, books, workouts, anything — log your progress, and watch milestones fall.
incr is a minimalist, self-hosted counter. Pick something you want to accumulate — books, workouts, anything — set a starting value, then click the number to count up.
It features a distinctive LED-style digital display, configurable milestones, and optional price tracking.
It features a distinctive LED-style digital display and nothing else.
## Features
- **LED-style display** — large red digital counter
- **Milestone tracking** — set targets, cycle through them as you progress
- **Purchase logging** — add entries with date and optional price
- **Price tracking** — optional; log a current price to see portfolio value and P/L
- **Click to increment** — click the number to add to it
- **Set a value directly** — for when you need to add more than one
- **Self-hosted** — your data stays on your server
## Tech Stack
- **Backend**: Laravel 12 (PHP 8.3+) with MySQL
- **Backend**: Laravel 13 (PHP 8.3+) with MySQL
- **Frontend**: React 19 + TypeScript with Inertia.js
- **Styling**: Tailwind CSS 4 with shadcn/ui components
- **Deployment**: Docker / Podman with multi-stage builds
@ -101,7 +100,9 @@ ## Development
dev-up
```
Available commands inside the shell: `dev-up`, `dev-down`, `dev-rebuild`, `dev-logs`, `dev-shell`, `dev-artisan`, `dev-composer`.
Available commands inside the shell: `dev-up`, `dev-down`, `dev-restart`, `dev-rebuild`, `dev-logs`, `dev-logs-db`, `dev-shell`, `dev-artisan`, `dev-composer`, `base-build`.
The dev stack binds host ports 8000, 5173 and 3307. Only one project using these can run at a time.
## License