Files
kfox 099432bf3f
Some checks failed
Documentation / build-docs (push) Has been cancelled
Tests / test (macos-latest, 3.11) (push) Has been cancelled
Tests / test (macos-latest, 3.12) (push) Has been cancelled
Tests / test (macos-latest, 3.13) (push) Has been cancelled
Tests / test (macos-latest, 3.14) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.14) (push) Has been cancelled
Merge remote repository with local changes, keeping local fixes
2025-12-26 01:25:30 -05:00
..

Crypto Trader Frontend

Modern React frontend for the Crypto Trader application.

Setup

npm install

Development

npm run dev

Access at: http://localhost:3000

Build

npm run build

Environment Variables

Create .env file:

VITE_API_URL=http://localhost:8000
VITE_WS_URL=ws://localhost:8000/ws/

Tech Stack

  • React 18 - UI framework
  • TypeScript - Type safety
  • Material-UI - Component library
  • React Query - Data fetching
  • React Router - Routing
  • Recharts - Charts
  • Vite - Build tool

Project Structure

src/
├── api/           # API client functions
├── components/    # Reusable components
├── hooks/         # Custom React hooks
├── pages/         # Page components
└── types/         # TypeScript types