Skip to content

SustenTerra/app

Repository files navigation

SustenTerra Mobile APP


📖 About

Sustenterra APP has two main big features:

Marketplace

  • Users can create post and sell their products
  • Users favorite products from other users

Courses

  • Users can see the available courses
  • Users can enroll in courses

🛠 Pre-requisites

🚀 How to run

  • Clone the repository
  • Install the dependencies with npm i
  • Run the project with npm start
  • Run the tests with npm test
  • Connect your device or emulator
    • You can use Expo GO app to run the app on your device and read the QR code

Prototype (Figma)

Screenshots

marketplace-summary courses-summary

How to build

Android

  • Run eas build --platform android --profile production
  • Download the APK from the link provided

iOS

  • Run eas build --platform ios --profile production
  • Download the IPA from the link provided