CurexApp

A cross-platform mobile currency exchange application built with Expo and React Native that provides real-time currency conversion, rate tracking, and offline functionality for travelers and international users.

🚀 Quick Start

Installation & Run

npm install
npm start

📱 Features

📝 Tech Stack

🔧 API Configuration

The app uses ExchangeRate-API with the following limits:

Environment Variables

EXPO_PUBLIC_EXCHANGE_RATE_API_KEY=your_api_key_here
EXPO_PUBLIC_DAILY_REQUEST_LIMIT=48
EXPO_PUBLIC_CACHE_DURATION_HOURS=4

⚠️ Important: Never commit your .env file to version control. The API key should be kept private.