The mobile app for Enaleia's operation and its partners, including recyclers and manufacturers, streamlines waste management and data tracking across the operational chain.
1. At the Port:
- Port coordinators weigh the fisherman’s waste collection and scan their Enaleia ID card.
- Data is submitted and attested using the port coordinator’s wallet, with transaction fees sponsored by a master wallet.
2. Waste Collection Transportation:
- When onsite containers reach capacity, the waste is shipped to the recycler.
3. At the Recycler:
- The recycler weighs the container using a weighbridge, generating a weight slip.
- The recycler sorts the materials and logs the sorted data with identifier codes in the app, submitting the data with an attestation.
- When raw materials like pellets are produced, the recycler records the quantity and makes a final attestation.
4. To the Manufacturer:
- Pellets are shipped to the manufacturer.
- The manufacturer records the production of end-user products, entering data and making attestations.
The Enaleia Hub mobile app is designed with the users’ physical and digital constraints in mind:
- Offline-first approach: Recognizing limited internet access at many sites, the app operates offline, storing data locally until a connection is available for submission and attestation.
- Flexible UX: With operational workflows varying across countries, the user experience is designed to be generic, ensuring adaptability to different scenarios.
This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-project
This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.