/realtime-crypto-dashboard

Realtime Crypto Dashboard

Primary LanguageTypeScript

Realtime Crypto Dashboard

This real-time crypto dashboard uses a specific API that I created for this project. You can check the API in this repository here. It provides the latest prices of cryptocurrencies in real-time.

Demo Dashboard

Demo Image

Getting Started

First, run the development server:

npm run start:dev
# or
yarn start:dev
# or
pnpm start:dev
# or
bun start:dev

Open http://localhost:4200 with your browser to see the result.

Stay in touch