Web demo (with minimal functionality): https://moja-njiva.netlify.app/
Welcome to My Field v0.21! This application is designed to help users manage agricultural tasks including sowing, fertilizing, plowing, and more. It provides a comprehensive interface to track costs and manage agricultural activities effectively.
- Select culture for sowing (Corn, Wheat, Soy)
- Calculate costs for:
- Surface area (in Ar)
- Oil prices
- Rent
- Fertilizer usage
- Plowing
- Planting
- Harrowing
- Sowing
- Protection
- Intermediate cultivation
- Harvesting
- Responsive design for different screen sizes
- User-friendly interface for easy navigation
Ensure you have the following installed on your machine:
- Node.js (>= 12.x)
- npm or yarn
-
Clone the repository:
git clone https://github.com/abaidbutt/agro-finance-.git cd my-field
-
Install dependencies:
npm install # or yarn install
Start the development server:
npm run dev
# or
yarn dev