Bexx Crypto App is my personal version of a Flutter mini-course taught via YouTube.
I followed the tutorial project (Crypto Coins List) step by step — replicating the entire process — and added my own tweaks.
This repository represents both a learning journey and a polished, beginner-friendly project.
- 🚀 Flutter project setup and configuration
- 📦 Dependency management (
pubspec.yaml) - 🎨 Building clean and responsive UI with Material Design
- 🌐 Fetching data using HTTP and parsing JSON
- 📋 Displaying dynamic lists (crypto coins)
- 🔗 Navigation and detail screens
- ⚡ Basic state management (
setState, Provider, or similar) - ✨ (Optional) Customizations: theming, animations, or extra API fields
- 📊 Lists cryptocurrencies with real-time price updates
- 📱 Tap on a coin to view its details (price, market cap, 24h change)
- 🎨 Clean and modern UI
- 🛠️ Built as a learning project — but structured like production-ready code
| Tool | Purpose |
|---|---|
| Flutter | Main framework |
| Dart | Programming language |
| HTTP | API requests |
| Provider (optional) | State management |
| Charts/Animations (optional) | UI enhancements |
- Clone the repository
git clone https://github.com/duesenbek/bexx-crypto-app.git cd bexx-crypto-app