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.
See ExampleThis 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.
See ExamplePHP 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.
See ExampleES-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.
See Example15-puzzle JavaScript game web application. Good example of JavaScript to play around with.
See ExampleBootstrap 4 + PHP responsive shopping cart. This example is using using PHP filter_input function, and few other concepts and basic control flow statements.
See Example