Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.13 KB

Nector: Online Grocery Store

Nector is a modern online grocery store built using React for the frontend and JSON-Server for the backend. It provides a seamless and user-friendly shopping experience for browsing, managing carts, and purchasing groceries online.

Features

  • Intuitive Interface: Clean, responsive design for effortless navigation.
  • Wide Product Range: Explore a variety of fresh produce, pantry essentials, and more.
  • Efficient Cart Management: Add, remove, and update products easily.
  • Fast Performance: Lightweight architecture for quick loading and smooth interactions.

Tech Stack

  • Frontend: React
  • Backend: JSON-Server

UI Images

Home

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:
git clone https://github.com/your-username/nector.git
  1. Navigate to the project directory:
cd nector

3.Install dependencies:

npm install

4.Start the JSON-Server backend:

json-server --watch db.json --port 5000