Trade Trackr is a personal trading journal and performance tracker built to help traders review, analyze, and improve their decision-making. Whether you're a momentum trader, swing trader, or scalper, Trade Trackr provides the tools to log trades and reflect on outcomes.
Check out the live demo: Trade Trackr
- 🚀 Track trade entries, exits, and PNL
- 📊 View performance statistics (total trade, win rate, total PNL)
- 📝 Add notes to each trade
- 📤 Export trade data in JSON and CSV formats
- 💾 100% client-side: data saved in your browser with localStorage
- Frontend: Vue.js / Nuxt 3
- Styling: Tailwind CSS / Nuxt UI
- State Management: Pinia
- Storage:
localStorage
(no backend, no database)
- Node.js v22.16.0
- Bun 1.2.16
git clone https://github.com/A-Sarayut/trade-trackr.git
cd trade-trackr
cd frontend-nuxt
bun install
bun run dev
cd trade-trackr
cd frontend-nuxt
docker build -t trade-trackr-dev .
docker run -p 3000:3000 trade-trackr-dev