Skip to content

Theofilos-Chamalis/Find-Phone-Country

Repository files navigation

Find-Phone-Country

A React Native based mobile app for retrieving information about phone numbers. This app was designed as a port of the already existing Find Phone Country Android Application which was written in the native Java/Android Studio based approach, and will replace the version 2.5 with the revamped 3.0+ . This app could be also compiled for iOS since it is written using React Native and uploaded in the Apple App Store.

Features

  • Identify the country and city of the caller based on the phone type
  • Identify the phone type (e.g. Mobile, Landline)
  • For Mobile phone numbers, get information about the caller's carrier
  • Load a phone number from the contact list
  • Access the history of your searches

How to use the mobile application

  1. Enter the phone number you want in the main screen with the appropriate prefix of the country.
  2. The prefix is usually in the form of +xx or 00xx where the x is the digits of the country code. For example, Greece has the prefix +30 or 0030.
  3. You can also load a phone number from your contacts list so you don't have to manually copy it down.

Downloads

Find Phone Country on Google Play

Get it on Google Play

Screenshots

Alt text Alt text Alt text Alt text

Quick Start

# clone repository
git clone https://github.com/Theofilos-Chamalis/Find-Phone-Country.git

# Install dependencies
cd Find-Phone-Country && npm install

# Register your personal API keys at numverify.com and create a keys file
Directory: api/keys.ts
# To run the development server
npm run dev