Cartify is a responsive and interactive e-commerce website inspired by Amazon. Built using HTML, CSS, and JavaScript, this project allows users to browse a range of products, add them to their shopping cart, and view real-time updates to both their order and payment summaries.
-
Responsive Design
Optimized for all screen sizes including desktops, tablets, and mobile devices. -
Dynamic Product Listing
Showcases multiple products with their name, price, and image in a clean layout. -
Add-to-Cart Functionality
Users can add items to their cart, with the cart updating instantly as items are added or removed. -
Order Summary
Displays total items added to the cart with a cost breakdown for easy tracking. -
Payment Summary
Calculates the final payable amount, including estimated tax and shipping charges.
- HTML: Markup language for building the website structure.
- CSS: Styling and layout for responsive design.
- JavaScript: Adds dynamic functionality such as cart updates, order summary calculations, and DOM manipulation.
- A modern web browser (Chrome, Firefox, Edge, etc.)
This project is licensed under the MIT License.