Skip to content

Releases: mian-ali/Ecommerce-App

ProShop V1 Complete move to new v2

27 Mar 17:07
2e1fbdc
Compare
Choose a tag to compare
v1.10

Merge pull request #76 from mian-ali/dependabot/npm_and_yarn/frontend…

Project Complete

04 Feb 10:17
3333163
Compare
Choose a tag to compare
v1.1.1

Merge pull request #75 from mian-ali/dependabot/npm_and_yarn/frontend…

Frontend vs Backend

25 Nov 17:40
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/mian-ali/ProShop-Ecommerce-App/commits/v1.0.0