Project: Margo Muenchen
01.12.2018

Zurück

Description


Probably the most handsome cosmetics and toiletry bags they have seen in a long time. MARGO Munich is the start up of Munich entrepreneurs Andrea Bassermann and Margit Wurzer-Stummer. The two are frequent travelers with a clear goal in mind: beautiful toiletry bags, practical beauty bags, cool clutches, trendy accessories for all who want it.

The challenge with this website has clearly been to meet a high visual standard. Many elements of the webshop are complete in-house developments and make the consumer experience something quite unique.



Link to project

https://margo-muenchen.shop/

Category

  • Online shop / ecommerce


Technology


PHP

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely used open-source general-purpose scripting language that is especially suited for web development and can be embedded in HTML. Since PHP is a server-side executed language, the server can use PHP to generate HTML, which is then sent to the client (that's you). The client would receive the results of running this script, but would not know what the underlying code is. You could even configure your web server to process all your HTML files with PHP, and then there's really no way for users to know what you have up your sleeve.

The best thing about using PHP is that it is extremely easy to learn for a beginner, but offers many advanced features for a professional programmer.

Last but not least, the many PHP-based applications (Wordpress, Woocommerce, Shopware and many more) are a major reason to master the language as a web developer.

React.js

React is a JavaScript library for developing user interfaces.

With React.js, a complex user interface can be broken down into smaller subcomponents and functionally decoupled from each other. This software design makes it possible to reuse building blocks in different places of the source code and to achieve a scalable structure in the frontend source code. Development in React.js can be recommended for both small web projects and high-frequency web applications. React.js allows the development of extremely complex user interfaces with sophisticated logic. At https://reactjs.org the functionality of React is illustrated with clearly arranged and examples that can be edited in the browser.