Severy Crypto Live Price is a mobile-first cryptocurrency tracking application built with Node.js and Express.
This project provides real-time market data from the CoinGecko API and displays a dynamic 7-day interactive price chart with a modern cyber-style interface.
Designed specifically for mobile viewing, this app focuses on simplicity, speed, and visual clarity.
- 📊 7-Day Live Price Chart
- ⚡ Real-time market data (CoinGecko API)
- 📱 Mobile-first responsive layout
- 🌌 Neon cyber-themed UI
- 🔌 Simple REST API endpoint
Trac Address : trac1hce98zla6agj5tqmrg0z8nuxnecemxp6x04deedejqma97ry3mysr5x6p4
GET /api/price/:coin
/api/price/bitcoin Returns 7-day historical price data in USD.
- Node.js
- Express.js
- Axios
- Chart.js
- CoinGecko Public API
Follow these steps to run the project locally:
git clone https://github.com/severy09/severy-crypto-live-price.git cd severy-crypto-live-price
npm install
npm start
severy-crypto-live-price/
public/
index.html
server.js
package.json
README.md
The server fetches cryptocurrency market chart data from CoinGecko’s API and exposes it through a custom REST endpoint.
The frontend then renders the data dynamically using Chart.js to generate a responsive line chart optimized for mobile devices.
Built by severy09
