Ionic 4 Crypto Cryptocurrency App

Overview

The app collects and show all crypto currencies and show real time price from got from API https://www.cryptonator.com

Download it from this link:

https://files.fm/f/7mf7qhgs

When you open the application for the first time, you will get an ad to add coins, then the view where you enter the crypto code and currency value in USD or EUR, etc and finally the amount.

Features

API Cryptocurrencies

Real Time Prices

Multiple coins

multiple currency value in USD or EUR, etc

Requirements

Requirements to use this project:

  1. Install NodeJs
  2. Update npm to latest.
  3. Install Android Developer Studio with Android SDK and XCOde.
  4. HTML,CSS,SASS,TypeScript

  

Instructions

            How to use this project

  1. Install Ionic-Cli and cordova, Run:

 
$  npm install -g ionic cordova

2. Then, install the dependencies, cd into cryptoIonic and run:

  1. ,>

 
$  npm install

3. Launching the app:

After installing the needed dependencies you are done, launch your app with a simple.

$ ionic serve

4. If you want to run it on device, run:

 
$ ionic cordova platform add android
$ ionic cordova platform run android

Made with Ionic framework 3.9.2  that means same code can be targeted to 2 platforms especially iTunes and Google Play.

The logos and splash are .png files, just replace them that’s it. Be careful with the dimensions of the images. in the next folder, then with the console, you change it with the combo that Ionic brings:

ionic cordova resources ios

ionic cordova resources android

Related