FirmaTech is a mobile application designed to empower aquaculture farmers with:
- 📈 Real-time monitoring
- 🧠 AI-driven health insights
- 🍽️ Smart feeding management
This project was built in just 3 days during the Junction Hackathon, organized by Club CELEC, with a mission to modernize aquaculture operations.
✅ Real-Time Monitoring — Track pond temperature, oxygen, pH, and fish count.
✅ AI Fish Health Tracking — Detect abnormal behavior & growth rates using AI.
✅ Smart Feeding System — Optimize feeding with AI suggestions and history logs.
✅ Alert System — Get notified on critical events like low oxygen.
✅ Multi-Pond Management — Manage multiple ponds with individual dashboards.
- React Native (Expo)
- NativeWind (Tailwind CSS for React Native)
- React Native Chart Kit
- Expo Router
- Firebase (Notifications)
.
├── app/ # Screens and navigation
├── assets/ # Images and static assets
├── services/ # API/Auth services
├── utils/ # Utility functions
├── .vscode/ # VS Code configs
├── app.json # Expo configuration
└── package.json # Project metadata
📊 Dashboard | 🐟 AI Fish Health | 🍽️ Feeding Management | 🔔 Notifications |
---|---|---|---|
![]() |
![]() |
![]() |
![]() ![]() |
Name | Role |
---|---|
Benabdallah Souhaib | Mobile Development & UI/UX |
Marya | UI/UX Design |
Younes | Mobile Development |
Riyad Allali | Backend/API Integration |
Ounis Samir Akram | AI/Research/Testing |
git clone https://github.com/smart-fish-ponds-algeria/FirmaTech-app.git
cd FirmaTech-app
npm install
npx expo start
📱 Scan the QR code with Expo Go to run on your phone.
- Located in
services/
- Handles Email/Password Login (can be extended to OAuth)
- Firebase Cloud Messaging (FCM)
- Configure in
app.json
npm run lint # Lint the project
npm run start # Start expo dev server
npm run build # Build the project
MIT © 2025 FirmaTech Team
If you want, I can add badges, a video demo, or a contribution guide.