ShopNGo is an intuitive and responsive eCommerce platform built with the MERN stack (MongoDB, Express.js, React, Node.js). It delivers a seamless shopping experienceβfrom product browsing to cart management and checkout. Designed for performance, responsiveness, and simplicity.
- π Product listing with clean and modern UI
- π Product filtering and real-time search
- π§Ί Shopping cart with item quantity management
- π³ Checkout process (UI flow, backend integration in progress)
- π± Fully responsive across mobile, tablet, and desktop
- π§© RESTful APIs using Express.js and Node.js
- ποΈ MongoDB for product and cart data storage
- Frontend: React, JavaScript, Tailwind CSS, React Icons
- Backend: Node.js, Express.js
- Database: MongoDB
- Routing: React Router
- State Management: useState, React Context
Clone the repo and install dependencies:
git clone https://github.com/FAIZAN101013/ShopNGo.git
cd ShopNGo
npm install
npm run dev