a platform to buy and sell plastic
EcoVision is a web platform designed to facilitate the buying and selling of recyclable plastic materials. The platform connects buyers and sellers, making it easy to trade various types of plastics in an organized and user-friendly environment.
- Browse available plastic materials for purchase, with detailed product information and images.
- List your own plastic materials for sale, including type, quantity, location, and price.
- Filter and sort products by type, location, and price.
- Add products to a cart and simulate the checkout process.
- Responsive design for use on desktop and mobile devices.
plastic/
├── buy.html
├── index.html
├── sell.html
├── script.js
├── styles/
│ ├── buy.css
│ ├── sell.css
│ └── index.css
├── images/
│ ├── pppp.jpg
│ ├── ps.png
│ ├── pp.png
│ ├── ldpe.png
│ ├── pvc.png
│ ├── hdpe2.png
│ ├── grade2.png
│ ├── hdpe.jpg
│ ├── pet.jpg
│ ├── recycle.png
│ └── plas.png
└── README.md
- All HTML files are in the root directory.
- All CSS files are in the
styles/folder. - All images are in the
images/folder. - JavaScript is in
script.js.