Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 506 Bytes

File metadata and controls

15 lines (11 loc) · 506 Bytes

EVO Trading Journal

This repository contains a minimalistic trading journal web page.

Open index.html directly in a browser or start a small server with Node:

npm install        # no dependencies but prepares node_modules
npm start

The page shows a staircase where each step represents a day. Use the Add Day button to create a new entry and fill in your risk, return, notes, and an optional screenshot. Progress is stored in your browser's local storage so no backend is required.