L-tasks - Laravel 8 and Tailwind css app
I have created this Laravel 8 and Tailwind-css project that demonstrates CRUD system built with well known Laravel functionality like out of the box middleware, fake data generated with Laravel tinker and factories, blade templating, etc. Feel free to download, comment or use this starter task list web application in your own projects or code workouts. Online full-featured demo will soon be available also.
PHP string cleaner
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. This has many use-case scenarios, for example, you can use it in a custom CMS for inserting clean SEO friendly blog titles, or url-s, based on the text that the author inserts in a textfield.
PHP + Bootstrap-4 shopping cart
This is a Bootstrap-4 + PHP + jQuery responsive cart-app example, using Php filter_input function, and few other concepts and basic control flow statements.
Ecmascript-6 JavaScript todo-list web application
Materialize CSS gives the app google-like look and feel, and Ecmascript defines the functionality - adding and removing the tasks.
jQuery + Bootstrap-4 contact form validation
Interactive Bootstrap-4 + jQuery contact form with multiple client side validations. Very simple, but useful.
JavaScript 15-puzzle game application
15 Puzzle JavaScript game web application demonstrating basic JavaScript ES-5 concepts in action.