A React Native mobile application for tracking cryptocurrency prices, market trends, and news.
- Real-time price tracking for ETH/USDT, BTC/USDT and other pairs (No refreshing to see updated price)
- News aggregation for crypto markets
- Compare two cryptocurrencies (Market comparison)
- Support for Light and Dark theme / Theme switching
- TypeScript
- React Native
- React Navigation
- Redux ( for state management)
- GraphQL (for realtime price updates)
- Charting library (for price history)
- Clone this repository
cd coinnalyze/coinnalyze
npm install
npx react-native run-android
ornpx react-native run-ios