ForFarm/frontend
2025-04-01 19:02:00 +07:00
..
api feat: add fetchHarvestUnits API and integrate into inventory management 2025-04-01 18:53:18 +07:00
app feat: implement confirmation dialog for deleting inventory items 2025-04-01 19:02:00 +07:00
components feat: enhance map data handling and improve shape detection logging in Google Map component 2025-03-13 20:43:35 +07:00
context feat: use cookie instead of localstorage for token 2025-02-14 00:02:49 +07:00
hooks feat: use cookie instead of localstorage for token 2025-02-14 00:02:49 +07:00
lib ui: add ui placeholder for marketplace 2025-03-12 16:01:50 +07:00
public ui: update landing page 2025-03-06 22:26:43 +07:00
schemas feat: add farm and corp setup template 2025-02-14 02:45:31 +07:00
.gitignore feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
components.json feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
eslint.config.mjs feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
middleware.ts feat: add middlware to check auth route 2025-03-12 15:18:48 +07:00
next.config.ts ui: add global 404, loading and error page 2025-03-07 01:56:30 +07:00
next.dockerfile feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
package.json feat: add sorting icons to inventory table headers and disable sorting for edit/delete columns 2025-03-31 21:53:09 +07:00
pnpm-lock.yaml feat: add sorting icons to inventory table headers and disable sorting for edit/delete columns 2025-03-31 21:53:09 +07:00
postcss.config.mjs feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
README.md feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
tailwind.config.ts feat: add landing page 2025-02-13 05:19:57 +07:00
tsconfig.json feat: setup backend-frontend-db and compose 2025-02-11 02:26:38 +07:00
types.ts feat: add fetchHarvestUnits API and integrate into inventory management 2025-04-01 18:53:18 +07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.