Farm Direct is an online marketplace connecting farmers and customers. Farmers can sell fresh, organic produce directly, while customers enjoy easy access to high-quality, locally-sourced goods. Supporting sustainability and transparency, Farm Direct empowers farmers and promotes healthy, eco-conscious living.
- Fresh Produce: Vegetables, fruits, dairy, and more.
- Transparent Sourcing: Know where your food comes from.
- Easy Shopping: User-friendly interface for smooth browsing and checkout.
- React
- Capacitor
- Ionic
-
Clone this repository:
git clone https://github.com/FulgurCode/farm-direct-mobile.git
-
Install dependencies
npm install -g @ionic/cli @capacitor/cli npm i
-
Build and Run
to run in android
ionic build npx cap sync npx cap open android
for live reload in android
ionic cap run android --livereload --external
to run in browser
ionic serve