Skip to content

akshat-code21/currency-convertor

Repository files navigation

Welcome to Currency Convertor App - React Native Expo App

Description

A mobile currency converter application built with React Native and Expo, enabling real-time currency conversions.

Prerequisites

  • Node.js
  • Expo CLI
  • Smartphone or Expo Go app
  • Expo account

Setup

  1. Clone the repository:
git clone https://github.com/akshat-code21/currency-convertor.git
cd currency-convertor
  1. Install dependencies :
npm install
  1. Copy .env.example file and enter EXCHANGE_RATE_API_KEY
cp .env.example .env

Running the Application

Method 1 : Expo Go (Recommended)

  1. Install Expo Go on your mobile device
  2. Run the project :
    npx expo start
  3. Scan QR code with Expo Go app

Method 2 : Emulator/Simulator

npx expo start --ios  # For iOS simulator
npx expo start --android  # For Android emulator

Technologies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published