Responsive personal forex website for Joebanks, with:
- Personal/mentorship landing page
- Live Forex and Crypto market section
- Dedicated devices page (
phones.html) for iPhone, iPad, Google Pixel, and MacBook listings
index.html- Main landing pagestyles.css- Shared stylingapp.js- Live forex/crypto fetch logicphones.html- Devices listing pagephones.js- Devices API fetch/render logic
This is a static website, so no build step is required.
- Open
index.htmldirectly in your browser, or - Run a simple local server from the
Joebanksfolder:
python3 -m http.server 5500Then open http://localhost:5500.
- Forex rates:
https://api.exchangerate.host/latest - Crypto prices:
https://api.coingecko.com/api/v3/simple/price - Device data:
https://dummyjson.com/products/search
- API results can vary by availability and rate limits.
- Device prices are provider data and may not match local in-store pricing exactly.