eKart is a full-featured e-commerce web application that lets users browse products, add items to their cart, and place orders with ease. Built with a modern tech stack for seamless shopping experiences.
- 🛍️ Product listing with images, prices, and descriptions
- 🔍 Search and filter functionality
- 🛒 Add to cart and remove from cart
- 💳 Checkout page
- 🔐 User authentication (login/signup)
- 📦 Order history
- 🌐 Responsive design
[https://e-kart-tawny.vercel.app/]
- Frontend: React.js + tailwindcss
- Backend: Node.js + Express
- Database: MongoDB / SQL
- Deployment: Vercel /Render
# Clone the repo
git clone https://github.com/your-username/ekart.git
cd ekart
# Install dependencies
npm install
# Run the app
npm run devekart/
│
├── public/
├── src/
│ ├── components/
│ ├── pages/
│ ├── App.jsx
│ └── app.css
├── screenshots/
│ ├── home.png
│ ├── product.png
│ └── ...
├── package.json
└── README.md

