React Native mobile app for Athena, a personal BIST stock investment assistant. Displays AI-powered buy/sell signals, tracks portfolio positions, and includes a conversational interface powered by Groq (Llama 3.3 70B).
- React Native + Expo
- Django REST API (Athena-Backend)
- React Navigation
- Market dashboard: BIST100, USD/TRY, gold, crypto live data
- Budget planner: Athena scans 80 stocks and recommends positions
- Position tracker: real-time P&L with stop/target alerts
- Paper trading with backtesting
- Athena Chat: conversational AI with context memory
- Performance history: win rate, total P&L
- Backend: Athena Django API
git clone https://github.com/Busrwa/Athena-Frontend.git
cd Athena-Frontend
npm install
npx expo startThis app is for personal use only and does not constitute financial advice. All investment decisions are the sole responsibility of the user. Technical analysis is based on historical data and does not guarantee future results.
MIT License — see LICENSE file for details.