Sensify is a mobile app suite providing useful sensor-based tools for your device. Built with Expo and React Native, it offers:
- Ambient Light Sensor: Measure surrounding light levels.
- Magnet Detector: Detect magnetic fields with feedback.
- Ball Game: Use motion sensors to control a ball.
- Surface Level Detector: Level surfaces using tilt sensors.
- Fall Detector: Detect sudden device falls and send alerts.
- Install dependencies:
npm install
- Run the app:
npx expo start
Open the app on your device using Expo Go, or in an emulator/simulator.
app/
— Main app screens and sensor toolscomponents/
— Reusable UI componentsassets/
— Images, fonts, and sounds
- Node.js & npm
- Expo CLI (
npm install -g expo-cli
)
MIT