🔗 Live Demo: https://debojeet-buybuddy.netlify.app/
🔗 GitHub Repo: https://github.com/debojeetmitra/buy-buddy
BuyBuddy is a modern Amazon-like e-commerce shopping cart application built using React. It includes product listing, filtering, search, cart system, and product details with a smooth UI experience.
- 🛍️ Product listing with categories
- 🔍 Search functionality
- 🎯 Advanced filters (price, category, etc.)
- 📦 Product detail page
- 🛒 Add to cart / remove from cart
- 💡 Related product suggestions
- ⚡ Responsive UI for all devices
- 🔔 Toast notifications for actions
- 🚀 Fast React-based SPA
- React.js
- React Router (v7)
- Context API (State Management)
- React Toastify
- CSS / Tailwind (if used)
BuyBuddy/ │ ├── src/ │ ├── components/ │ ├── pages/ │ ├── context/ │ ├── data/ │ └── App.js │ ├── public/ ├── assets/ ├── package.json └── README.md
-
Clone repository
git clone https://github.com/debojeetmitra/buy-buddy.git
cd buy-buddy -
Install dependencies
npm install -
Run project
npm start
- Frontend: Netlify
- Build: React production build
- React component architecture
- Context API state management
- Routing with React Router
- Product filtering logic
- Cart system implementation
- UI/UX design for e-commerce apps
Debojeet Mitra
GitHub: https://github.com/debojeetmitra
Live: https://debojeet-buybuddy.netlify.app/
If you like this project, give it a ⭐ on GitHub!