/Findit

Reinvent Find My app from iOS platform to detect real world object using Bluetooth Beacon

Primary LanguageSwift

Findit

Swift Version

Reinvent Find My app from iOS platform to detect missing real world object using Bluetooth Beacon.

RPReplay_Final1684943385.1.mp4

Some of technologies that applied to this app

  • Core Location 🗺️, obtain the geographic location and orientation of a device.
  • IBeacon 📡, give your iOS apps the ability to determine its proximity to iBeacon-enabled hardware
  • Core Data 💾, saved data locally in single device

How It Works

image

Requirements

iOS 16.4 or later Swift 5.0

Installation

  • Clone the repository
  • Open ProjectName.xcodeproj
  • Build and run the project on the iOS Simulator or a connected device

Configuration

No additional configuration is required for this project.

Contributing

  • Fork the repository
  • Create your branch: git checkout -b feature/YourFeature
  • Commit your changes: git commit -m 'Add YourFeature'
  • Push to the branch: git push origin feature/YourFeature
  • Submit a pull request