Dashboard: Crypto market

Cryptocurrency market dashboard with real-time data visualization using external exchange APIs.

Stacks used :

vite
react
betterAuth
hono
cloudflare
tailwind

Overview

To improve my skills in React and the TanStack ecosystem, I decided to build a dashboard for tracking cryptocurrency market data. The application allows users to monitor the value of various cryptocurrencies, view their historical performance, and calculate exchange rates between different coins. Implementing an authentication system also gave me the opportunity to explore Better Auth.

Features

  1. Authenticaition
  2. Data vizualiation crypto market (charts, data table)
  3. Calculate exchange rates between different coins
  4. Pin favourite coins currency

Key Takeaways

  • Frontend integration with Tanstack libraires (Router / Query)
  • Deploy Vite + React app on Cloudflare
  • CI/CD with Cloudflare
  • Dev Backend REST API with Hono
  • Dev Authentication with Better-Auth
  • Implemente Neon PostgresSQL Database
Back to projects