Live Crypto Prices

Live Crypto Prices

1 devlog
4h 27m
Created by 41ul

This project is a Flask-based web application that fetches real-time cryptocurrency prices (e.g., BTC, LTC, ETH) in USD and INR using the CoinMarketCap API and displays them on a simple webpage that refreshes every few seconds.

Timeline

Integrated CoinMarketCap API for real-time data.
Wrote Python code using requests to fetch USD & INR prices.
Converted terminal script into a Flask web app.
Designed a basic but clean UI using HTML and CSS.
Added auto-refresh every 15 seconds to keep prices updated.
Tested the local server (http://127.0.0.1:5000/) — working smoothly!
Fixed a 404 error by correcting the templates/index.html path.

Update attachment