🚀 Empower retail investors
Empowering retail investors by providing them with the right tools is crucial for enabling their participation and success in financial markets.
Chrome web store: https://chromewebstore.google.com/detail/empower-retail-investors/jaaadkebnilhpenhmljnbegnfcpdgghk
How it works
- Chrome extension popup will sync data from your trading brokerages
- Trading data will be saved in chrome storage
- Saved local trading data will be converted to generic data structure
- Trading reports will be generated from the converted data
Run the app
- Clone this repo and run
npm install - Run
npm run devfor development mode - Run
npm run buildto build the Chrome extension - Import /dist folder in the Chrome extension page
Dev setup
React / Typescript / Tailwind
Project file structure
This project is based on Webpack + React setup from https://www.youtube.com/watch?v=8OCEfOKzpAw
/lib
/brokerages
/consts
/helpers
/profit-loss-calculator
/types
/ui
/src
/chrome-services
/popup
popup.html
popup.tsx
/dashboard
... // Main app componenets/routing
app.html
app.tsx
/public
manifest.json // Chrome extension manifest
/images
Empower retail investors is an open source project.