Skip to content

ts1506/StockUp-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockUp

Check your favorite cryptocurrency prices in one place!

StockUp uses the CoinMarketCap API for crypto market data.

Project Status

On Hold (Too many personal projects 😜)

Currently, the search page shows current Bitcoin prices. Any other functionality is not yet implemented.

Plugins and Tools

StockUp is developed using Flutter. The primary UI uses Cupertino Widgets, targetting iOS devices. The following plugins have been used:

How to Compile and Use

Creating CoinMarketCap Developer Account

Local Environment and Build

  • Set Up a local flutter environment, along with XCode.
  • Clone the repository to your local system
  • Remove private import and add your API Keys to ApiKeys.dart
  • Select your emulator - Preferably iPhone 12 Pro Max
  • Run the app in emulator with flutter run
  • Build the app for deployment with flutter build ipa, and deploy with XCode.