Skip to content

Instantly share code, notes, and snippets.

View SompalSingh's full-sized avatar
🎯
Focusing

Sompal Singh SompalSingh

🎯
Focusing
View GitHub Profile
@SompalSingh
SompalSingh / animated-interactive-image-slider-with-dynamic-background.markdown
Created July 28, 2025 03:36
Animated Interactive Image Slider with Dynamic Background

Animated Interactive Image Slider with Dynamic Background

An elegant, feature-rich image slider with multiple transition effects and a vibrant animated background. This slider combines modern design techniques including glass morphism, parallax text effects, and dynamic animations to create an engaging user experience.

A Pen by Bogdan Sandu on CodePen.

License.

@SompalSingh
SompalSingh / bunny-slider.markdown
Created July 21, 2025 05:44
Bunny Slider 🐰💖
@SompalSingh
SompalSingh / angularjs-form-validation-email-mobile-number-validation.markdown
Created August 7, 2018 09:49
AngularJS form validation - email & mobile number validation

AngularJS form validation - email & mobile number validation

This pen helps you validate a 10-digit mobile number(which is used in India) and email address using ng-pattern directive, you can edit the pattern string in JS file for customizing number of digit of contact number.

A Pen by Bhupinder Singh on CodePen.

License.

@SompalSingh
SompalSingh / index.html
Created August 7, 2018 06:05
jQuery UI Datepicker with AngularJS
<div id="wrapper" ng-app="myApp">
<p>{{datePicker || "00/00/0000"}}</p>
<input type="text" ng-model="datePicker" datepicker />
</div>