Live site: https://flowpairs.netlify.app/
FlowPairs is a modern web app for exploring cryptocurrency trading pairs and their recent market activity.
You can search and select a trading pair, view its current price, 24h statistics, and see a sortable table of recent trades.
- Search & Select Pairs: Quickly find and select trading pairs with a responsive dropdown.
- Live Ticker: View the latest price and 24h stats for the selected pair.
- Recent Trades: See a sortable table of the most recent trades for the pair.
- Responsive & Themed: Clean, dark-themed UI with responsive design.
- React for UI and state management
- TypeScript for type safety
- Vite for fast development and build
- react-query for efficient data fetching and caching
- styled-components for component-level styling
- Vitest for unit and component testing
- msw for API mocking in tests