A modern, responsive Farmers Market web application built with Vite + React.js.
This app simulates an online store where users can browse farm-fresh products like flowers, vegetables, and fruits, add them to a cart, and place orders.
- π Add-to-cart & place order
- π» Product categories (flowers, vegetables, etc.)
- π§βπΎ Products fetched from local
json-server - π± Fully responsive UI (mobile/tablet/desktop)
- π Dynamic routing with React Router
- π Clean layout and reusable components
| Tech | Purpose |
|---|---|
| React.js | Frontend UI library |
| Vite | Development & bundling tool |
| JSON Server | Local REST API for db.json |
| react-router-dom | Navigation & routing |
| CSS | Custom styles & responsiveness |
farmers-market/
βββ public/
β βββ Images # Product images
βββ src/
β βββ assets/ # Images & fonts
β βββ components/ # Card, Footer, Navbar, etc.
β βββ context/ # React Context API (Cart, Product)
β βββ pages/ # Pages like About, Home, Cart
β βββ App.jsx
β βββ main.jsx
βββ db.json # JSON Database
βββ package.json
βββ vite.config.js
βββ README.md






