Releases: mian-ali/Ecommerce-App
Releases · mian-ali/Ecommerce-App
ProShop V1 Complete move to new v2
Project Complete
v1.1.1 Merge pull request #75 from mian-ali/dependabot/npm_and_yarn/frontend…
Frontend vs Backend
Frontend
- The e-commerce frontend, or client-side, is what people (i.e. clients) see when they visit your site. It’s the part of your site that shoppers interact with directly and includes features like fonts, colors, drop-down menus, image sliders, shopping carts, search bars, and product detail pages.
- Frontend development ensures that an e-commerce website (or other digital sales channel) is functional and visually appealing by prioritizing the user experience. Frontend developers use programming languages like JavaScript, HTML, and CSS to create and manage a website’s frontend.
Backend
- The e-commerce backend, or server-side, is the data access layer that holds products, orders, and customer information. It helps websites operate by processing, storing, and transferring their data to and from the customer-facing side. These actions are carried out by backend components like the web server, application server, and database which make the frontend interactive. They make it so customers can view products, place orders, and manage their purchases using their own devices.
Best Regards
@mian-ali
What's Changed
- updtae HomeScreen.js by @mian-ali in #1
- Update by @mian-ali in #2
- HomeScreen bring and get data from store by @mian-ali in #3
- Update README.md by @mian-ali in #4
- Second branch by @mian-ali in #5
- Adding New Component cartAction and cartReducers by @mian-ali in #6
- Second branch by @mian-ali in #7
- md file update by @mian-ali in #8
- Update md file by @mian-ali in #9
- Cart Reducer update and cart Secrren Ander processing by @mian-ali in #10
- cart Screen Complete by @mian-ali in #11
- user backend auth by @mian-ali in #12
- Second branch by @mian-ali in #13
- Update Full Backend auth by @mian-ali in #14
New Contributors
Full Changelog: https://github.com/mian-ali/ProShop-Ecommerce-App/commits/v1.0.0