DEV Community

Joana Trashlieva
Joana Trashlieva

Posted on

E-commerce website for a startup company

[Note]: # #githubsdp I used the JetBrains student developer feature to write and edit all my code as well as GitKracken to manage the git repository.

My Final Project

E-commerce website for a startup company

How I built it

The project is built on Magento 2. Main code is running off PHP 7.3 alongside MySQL.
Backend code is build with XML for architecture. Using the "MVC" pattern I am passing data from the admin panel up to the frontend that the customer visits.
Frontend libraries include SASS to make building the css easier. I am using Foundation to add an "off-canvas" to hide the navigation menu on mobile and as a design pattern I've added a hamburger menu to toggle that.
Using React.js an Knockout.js I am triggering the basket and transferring products to the checkout pages.

Top comments (0)