> Title: Pro AI Crypto Trading Dashboard for Bybit Description / Prompt: Build a responsive web and mobile app named “AutoTradeAI‑Pro”, a professional AI-powered crypto trading assistant for...
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
I have created the initial structure for the 'AutoTradeAI-Pro' application. This includes a dark-themed UI with a bottom navigation bar for switching between Dashboard, Trading, and Settings screens. The main dashboard now fetches and displays live crypto data for BTC, ETH, BNB, SOL, and XRP from the Bybit API, which auto-refreshes every 30 seconds. I've also added placeholders for mini charts, AI recommendations with color-coding, and a section for recommendation history. A prominent risk disclaimer is displayed at the top as requested. The foundation is now set for adding more detailed charts and implementing the AI logic.; I have added the `http` package to the `pubspec.yaml` file. This package is essential for making HTTP requests to the Bybit API to fetch the live cryptocurrency data required for the dashboard. This change enables the application to communicate with external web services.
02290f6View on GitHubAdd platform workflow files for all supported platforms
d487846View on GitHub