/Exify

Mobile app to read and display Exif metadata from images. With a user-friendly interface, the app extracts essential details from photos, including location data, and provides an intuitive way to view the exact photo-taking location on Google Maps. Built on React Native, this cross-platform applicati

Primary LanguageTypeScript

EXIFY : Image Exif Reader Mobile App

Welcome to the React Native Image Exif Reader project! This mobile app allows users to read image Exif details and view the exact location where the photo was taken on Google Maps.

Table of Contents

Features

  • Exif Details: Extract and display Exif metadata from images.
  • Location Mapping: View the precise location where the photo was taken on Google Maps.
  • User-Friendly Interface: Intuitive design for a seamless user experience.
  • Cross-Platform: Developed using React Native for both iOS and Android platforms.

Installation

  1. Clone the repository:

    git clone https://github.com/yunghog/Exify.git
  2. Navigate to the project directory

    cd Exify
  3. Install dependencies

    npm install
  4. Run the app

    npx react-native run-android   # For Android
    #or
    npx react-native run-ios       # For iOS

Dependencies

  • React Native: A framework for building mobile applications using JavaScript and React.
  • React Navigation: A library for navigation in React Native applications.
  • Exif-js: A JavaScript library for reading EXIF metadata from image files.
  • React Native Maps: A library for integrating Google Maps into React Native applications.

Usage

  1. Launch the app on your mobile device or emulator.
  2. Upload an image from your device.
  3. Explore the extracted Exif details and view the location on Google Maps.

Contributing

We welcome contributions to the React Native Image Exif Reader project! Whether you want to report a bug, propose a feature, or submit a pull request, your involvement is highly appreciated.

Bug Reports

If you encounter any issues with the app, please open a new issue on GitHub. Be sure to include relevant details such as the device, operating system, and steps to reproduce the problem.

Feature Requests

If you have ideas for new features or improvements, feel free to open an issue to discuss them. We value community input and are open to exploring new ideas.

Pull Requests

To contribute directly to the codebase, follow these steps:

  1. Fork the repository.

  2. Create a new branch with a descriptive name:

    git checkout -b feature/new-feature
  3. Make your changes and test thoroughly

  4. Commit you change

    git commit -m "Add new feature"
  5. Push to your forked repository

    git push origin feature/new-feature
  6. Open a pull request on GitHub, providing a clear description of your changes.

License This project is licensed under the MIT License - see the LICENSE file for details.