This repository contains the frontend code of a mobile application built using React Native and Expo, styled with Tailwind CSS. The application is designed to cater to three main features: Food Rescue, Workshop, and Authentication.
-
Food Rescue: This feature allows users to locate and rescue surplus food from local restaurants and grocery stores, helping to reduce food waste and feed those in need.
-
Workshop: A platform within the app where users can find and enroll in various workshops related to food sustainability, preparation, and nutrition.
-
Authentication: A secure authentication system that enables users to sign up, log in, and manage their accounts within the app.
To get started with this project, clone this repository and install the dependencies.
git clone https://github.com/GreenHarbor/frontend.git
cd frontend
npm installEnsure you have Expo CLI installed. If you don't have Expo CLI, you can install it globally using npm:
npm install -g expo-cliAfter installing the dependencies, you can start the application by running:
expo startTechnologies Used
- React Native: A framework for building native apps with React.
- Expo: An open-source platform for making universal native apps for Android and iOS with JavaScript and React.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.