CryptoTrackr is a mobile application developed with React Native that allows users to track cryptocurrency prices and view detailed information about different cryptocurrencies.
- View live cryptocurrency prices
- Detailed information about each cryptocurrency
- Swipe down to refresh data
- Tap on a coin to view additional information in a modal
To run this app locally, follow these steps:
- Clone this repository:
git clone https://github.com/duskdev17/CryptoTrackr.git
- Navigate to the project directory:
cd CryptoTrackr
- Install dependencies:
npm install
- Run the app on iOS:
npx react-native run-ios
- Run the app on Android:
npx react-native run-android
- React Native
- Axios
- Other dependencies...
Contributions are welcome! If you find any bugs or want to suggest new features, please open an issue or submit a pull request.
- Developer: Anik
- API: CoinGecko API
This project is licensed under the MIT License.