Skip to content

Juan2662/crypto-exchange-basic-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Exchange App

A React Native application for tracking cryptocurrency prices, market stats, and trading information.

App Demo

Features

  • Real-time cryptocurrency price tracking
  • Detailed market statistics and price history
  • Support for multiple popular cryptocurrencies (Bitcoin, Ethereum, and more)
  • User profiles and preferences

Getting Started

Note: Make sure you have completed the React Native Environment Setup before proceeding.

Prerequisites

  • Node.js
  • Yarn
  • Xcode (for iOS development)
  • Android Studio (for Android development)

Installation

  1. Clone the repository
  2. Install dependencies:
yarn
  1. For iOS, install CocoaPods dependencies:
npx pod-install

Development

Running the App

# Start Metro bundler
yarn start

# Run on iOS
yarn ios

# Run on Android
yarn android

Development Tools

# Type checking
yarn compile

# Lint code
yarn lint

# Open iOS project in Xcode
yarn xcode

Configuration

If needed, modify the app configuration in src/config/index.ts to adjust API endpoints, default settings, or other environment-specific variables.

Screenshots

Exchange List

Exchange List

Coin Details

Coin Details

User Profile

User Profile

Troubleshooting

If you encounter issues:

  • Make sure all dependencies are installed correctly
  • Verify that your environment is set up properly for React Native development
  • Check the Metro bundler console for error messages
  • For iOS-specific issues, try cleaning the build folder: cd ios && rm -rf build/ && cd ..
  • For Android-specific issues, try cleaning the Gradle cache: cd android && ./gradlew clean && cd ..

Learn More

To learn more about the technologies used in this project:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published