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.
- 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.
- Frontend: React
- Backend: JSON-Server
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/your-username/nector.git
- 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