Category: snippet
This is an example of responsive shopping cart application with zoom image effects. You can add or remove products, click on product image which leads you to a product page where you can observe image JavaScript zoom effect as you hover over product image.
Read MoreThis is an example of how modal window built with ES-6 and modern JavaScript and CSS features can look like. Modal windows can be used for various reasons, like for example call to action buttons, quick newsletter contact forms or cookie compliance statements and quick notifications.
Read MorePHP string cleaner example. This example uses two regular expressions to strip the inserted string of all symbols, extra hyphens and extra white spaces so the end result is a clean text structure that contains lowercase words, and only one hyphen between each word.
Read MoreES-6 JavaScript to do web app with Material CSS. EcmaScript 6 was the second major revision to JavaScript and it enabled us to use things like arrow functions, let and const, and solved a lot of problem points with variable scope issues.
Read More