This is a full-stack e-commerce web application built with:
- Frontend: React, Tailwind CSS
- Backend: Java Spring Boot, PostgreSQL (or any DB)
- Features:
- Product listing with search and grid view
- Shopping cart with add/remove and quantity controls
- Total price summary
- Responsive design
- Routing with React Router
ecommerce-project/ ├── backend/ # Spring Boot backend ├── frontend/ # React frontend ├── .gitignore └── README.md
cd backend
mvn spring-boot:run
cd frontend
npm install
npm start