What's used in this app ? | How to run ? | Author |
---|---|---|
|
|
|
This project is an online shopping platform where users can browse, select, and purchase products. Users can add items to their cart, view the contents, adjust quantities, and proceed to checkout. |
I'm always open to collaboration and welcome the opportunity to work on exciting projects together.
Thank you for visiting my project. I hope you have a wonderful experience exploring it, and I look forward to connecting with you soon!
Shopping Cart App (folder)
|
|-- public
| |-- index.html
| |-- manifest.json
| |-- robots.txt
|
|-- src
| |-- components
| | |-- CartItem.js
| | |-- Footer.js
| | |-- Header.js
| | |-- Hero.js
| | |-- Product.js
| | |-- Sidebar.js
| |
| |-- contexts
| | |-- CartContext.js
| | |-- ProductContext.js
| | |-- SidebarContext.js
| |
| |-- img
| | |-- bg_hero.svg
| | |-- logo.svg
| | |-- online-shopping.png
| | |-- woman_hero.png
| |
| |-- pages
| | |-- Home.js
| | |-- ProductDetails.js
| |
| |-- App.js
| |-- index.css
| |-- index.js
|
|-- .gitignore
|-- README.md
|-- package-lock.json
|-- package.json
|-- postcss.config.js
|-- tailwind.config.js
|-- yarn.lock