Skip to content

phillsatellite/FarmersMarket

Repository files navigation

Features

  • 🛍️ Browse products in a responsive grid layout
  • 🔍 Search products by name
  • ✏️ Edit product details (name, description, price)
  • 🗑️ Delete products
  • ➕ Admin portal for adding new products
  • 💾 JSON Server backend for data persistence

Installation

  1. Clone the repository
  2. Install dependencies - npm install
  3. Install required packages - npm install react-router-dom / npm install -D json-server

Running the application

  1. Start the JSON server - npx json-server --watch db.json --port 3001
  2. Start the React application - npm run dev

About

This is a project I've created for school with React that resembles a e-commerce website for a Farmers Market

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors