https://github.com/solaribit/ninja-trading-lab-html
Ninja Trading Bot Lab is a powerful interactive trading compounding projection calculator.
https://github.com/solaribit/ninja-trading-lab-html
bot calculator html tradingbot
Last synced: about 2 months ago
JSON representation
Ninja Trading Bot Lab is a powerful interactive trading compounding projection calculator.
- Host: GitHub
- URL: https://github.com/solaribit/ninja-trading-lab-html
- Owner: solaribit
- Created: 2025-11-17T10:15:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-17T11:13:54.000Z (8 months ago)
- Last Synced: 2025-11-17T11:24:19.309Z (8 months ago)
- Topics: bot, calculator, html, tradingbot
- Language: HTML
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ninja Trading Bot Lab – Standalone HTML Version

**Live Demo** [Live Demo](https://solaribit.github.io/ninja-trading-lab-html/projection-calculator.html)
## What is this?
A **single, zero-dependency HTML file** that contains the exact same beautiful compounding calculator you now have as a WordPress plugin – but you can open it anywhere:
- Drop it on any web server
- Host it on GitHub Pages (free)
- Embed via ``
- Share the link with anyone – works offline too (after first load)
Perfect for Notion pages, link-in-bio sites, newsletters, or just giving someone a quick calculator without installing WordPress.
## Features (exactly the same as the plugin)
- Live exchange rates (USD ? ZAR ? GBP ? EUR) via ExchangeRate-API (free tier, no key required)
- 12-month & custom projections
- Weekly/monthly top-ups
- Gorgeous interactive Chart.js graph
- Reset button, quick presets (12m / 24m / 5y)
- 100% responsive (mobile-first)
- Works completely offline after first load (rates cached in localStorage)
## How to use
1. Download `ninja-trading-lab.html` from this repo
2. Open it in any browser ? done!
(or upload to your server / enable GitHub Pages)
### Enable GitHub Pages (free hosting)
First Fork this repository to YOURGITHUB then:
1. Go to repo **Settings** **Pages**
2. Source Deploy from a branch `main` ? `/ (root)`
3. Save and your calculator will be live in ~60 seconds at:
https://YOURGITHUB.github.io/ninja-trading-lab-html/projection-calculator.html
## Optional: Use your own free API key (faster updates)
1. Get a free key at https://www.exchangerate-api.com
2. Open the HTML file in your browser or on the demo and paste the key in the “ExchangeRate-API key” field
? rates will refresh instantly instead of daily
## Files in this repo
- `projection-calculator.html` the only file you need (copy-paste ready)
- `README.md` this file
## License
Same as the WordPress plugin ? **GPLv3 or later**
Feel free to fork, modify, embed, share – go wild!
Made with by **solaribit** in South Africa
**Ninja Trading Bot Lab** – now available as a  too!
---