Skip to content

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.

License

Notifications You must be signed in to change notification settings

A-Sarayut/trade-trackr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📈 Trade Trackr

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

alt text alt text alt text


✨ Features

  • 🚀 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

🛠 Tech Stack

  • Frontend: Vue.js / Nuxt 3
  • Styling: Tailwind CSS / Nuxt UI
  • State Management: Pinia
  • Storage: localStorage (no backend, no database)

🚀 Getting Started

Development environment

  • Node.js v22.16.0
  • Bun 1.2.16

Installation

git clone https://github.com/A-Sarayut/trade-trackr.git
cd trade-trackr
cd frontend-nuxt
bun install
bun run dev

Installation (Docker)

cd trade-trackr
cd frontend-nuxt
docker build -t trade-trackr-dev .     
docker run -p 3000:3000 trade-trackr-dev

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published