https://github.com/pmutua/cryptocurrency-tracker
Ionic cryptocurrency tracker
https://github.com/pmutua/cryptocurrency-tracker
angular cryptocurrency css3 html5 ionic-framework scss typescript
Last synced: 2 months ago
JSON representation
Ionic cryptocurrency tracker
- Host: GitHub
- URL: https://github.com/pmutua/cryptocurrency-tracker
- Owner: pmutua
- License: gpl-3.0
- Created: 2018-11-08T10:23:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:41:01.000Z (over 3 years ago)
- Last Synced: 2025-07-29T10:52:47.840Z (11 months ago)
- Topics: angular, cryptocurrency, css3, html5, ionic-framework, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 5.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic Cryptocurrency
## Getting Started
### Prerequisites
Install Ionic
```
npm install -g cordova ionic
```
Install dependencies
```
npm install
```
### Run the app
Dev :
```
npm run ionic:serve
```
### Build
iOS :
```
npm run build:ios
```
Android :
```
npm run build:android
```
## Built With
* [Ionic](https://github.com/ionic-team/ionic) - Hybrid mobile app framework
* [CoinMarketCap API](https://coinmarketcap.com/api/) - Cryptocurrency Market Capitalizations
* [Cryptocurrency Icons](https://github.com/cjdowner/cryptocurrency-icons) - A set of icons for all the main cryptocurrencies
## Inspiration
* [wesharehoodies](https://github.com/wesharehoodies/react-native-redux-crypto-tracker) - react-native-redux-crypto-tracker
## License
This project is licensed under the GNU GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details