This is a simple NFC app built using React Native Expo and TypeScript. ToolLog aims to streamline tool management on construction sites by leveraging NFC technology. It helps construction workers and managers keep track of their tools, reducing the chances of loss or misplacement. The app is built using React Native, making it compatible with both iOS and Android devices.
- Tool Identification: Read tool information from NFC tags.
- Tool Management: Write tool information to NFC tags.
- Tool Inventory: Maintain a digital inventory of all tools.
- Search and Sort: Easily find tools in the inventory.
- Node Js & npm/yarn: Ensure you have Node.js and npm/yarn installed.
- Android Studio: You will need android studio, since it contains some native packages.
-
Clone the repository:
git clone https://github.com/yourusername/ToolLog.git cd ToolLog
-
Install dependencies:
npm install yarn install
-
Start the Expo development server (Prebuild):
npx expo prebuild --platform android npx expo run:android
-
Open the app in an emulator.
-
Login to Expo account:
eas login
-
Configure EAS for your project:
eas build:configure
-
Build the Android app:
eas build --platform android --profile development --local
link to the apk doc