~quaff/crypto-dashboard

Portfolio project of web socket server feeding live data to dashboard.
~quaff/public-inbox

New mailing list added

2 months ago

a0949a2 feat: bun.sh wss using newton public API

6 months ago

#Crypto Dashboard

This is a portfolio piece.

#What is it?

There are two parts to this project:

  1. A web socket server that fetches data from public source and broadcasts to subscribers.
  2. Dashboard UI to display the live data.

#Repositories

#Software stack used

  • TypeScript
  • Various dev tools (biome, lint-staged, husky, etc.)

#Backend

  • Bun WebSocket Server

#Frontend

  • ReactJS (create-react-app)
  • TailwindCSS