A simple web app that displays the current Celo (CELO) price in real time using the CoinGecko API.
The price updates automatically at user-defined intervals and can be displayed in multiple currencies (USD, EUR, etc.).
- π‘ Fetches the live CELO price from the CoinGecko public API
- π Automatic refresh with customizable interval (default: 15s)
- π± Currency selector (USD, EUR, β¦)
- π±οΈ Manual refresh button
- π Deployable as a static website (works with GitHub Pages)
π Live Website
https://celo-price-traker.vercel.app
celo-price-tracker/ β βββ index.html # Main HTML page βββ LICENSE # Open-source license (MIT) βββ script.js # JavaScript logic (API calls, DOM updates) βββ README.md # Documentation βββ style.css # Styling