├── Add to Cart Animation ├── index.html ├── script.js └── style.css ├── Animated Checkbox └── index.html ├── Bouncing Ball └── index.html ├── CSS Counter └── index.html ├── Circular Progress Bar ├── index.html └── style.css ├── Custom Radio Buttons ├── index.html └── style.css ├── Dark light Mode | The easy way └── index.html ├── Div follows mouse Animation ├── index.html ├── script.js └── style.css ├── Diya (Lamp) └── index.html ├── Dropdown menu ├── Readme.md ├── index.html └── style.css ├── Gradient Border Animation └── index.html ├── Gradient Color Generator ├── Readme.md ├── index.html ├── script.js └── style.css ├── Icon Pulse Animation ├── index.html └── style.css ├── Image Hover Overlay └── index.html ├── Incoming Call Animation ├── Readme.md ├── index.html └── style.css ├── Input Animation ├── index.html └── style.css ├── Instagram Logo └── index.html ├── Light Dark Mode Toggle switch ├── index.html └── style.css ├── Link Hover Animation ├── index.html └── style.css ├── Neumorphic Button ├── index.html └── style.css ├── Password Generator ├── index.html ├── script.js └── style.css ├── Pulse Loader └── index.html ├── Pulsing Heart Effect └── index.html ├── README.md ├── Scan Text Loader ├── index.html └── style.css ├── Simple Loader ├── index.html └── style.css ├── Social Icons with Glowing Effect ├── index.html └── style.css ├── Tubelight Effect ├── Readme.md ├── index.html └── style.css ├── Wavy label input ├── index.html └── style.css └── Zoom In-Out Text Effect ├── index.html └── style.css /Add to Cart Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Add to Cart Animation/index.html -------------------------------------------------------------------------------- /Add to Cart Animation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Add to Cart Animation/script.js -------------------------------------------------------------------------------- /Add to Cart Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Add to Cart Animation/style.css -------------------------------------------------------------------------------- /Animated Checkbox/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Animated Checkbox/index.html -------------------------------------------------------------------------------- /Bouncing Ball/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Bouncing Ball/index.html -------------------------------------------------------------------------------- /CSS Counter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/CSS Counter/index.html -------------------------------------------------------------------------------- /Circular Progress Bar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Circular Progress Bar/index.html -------------------------------------------------------------------------------- /Circular Progress Bar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Circular Progress Bar/style.css -------------------------------------------------------------------------------- /Custom Radio Buttons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Custom Radio Buttons/index.html -------------------------------------------------------------------------------- /Custom Radio Buttons/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Custom Radio Buttons/style.css -------------------------------------------------------------------------------- /Dark light Mode | The easy way/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Dark light Mode | The easy way/index.html -------------------------------------------------------------------------------- /Div follows mouse Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Div follows mouse Animation/index.html -------------------------------------------------------------------------------- /Div follows mouse Animation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Div follows mouse Animation/script.js -------------------------------------------------------------------------------- /Div follows mouse Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Div follows mouse Animation/style.css -------------------------------------------------------------------------------- /Diya (Lamp)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Diya (Lamp)/index.html -------------------------------------------------------------------------------- /Dropdown menu/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Dropdown menu/Readme.md -------------------------------------------------------------------------------- /Dropdown menu/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Dropdown menu/index.html -------------------------------------------------------------------------------- /Dropdown menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Dropdown menu/style.css -------------------------------------------------------------------------------- /Gradient Border Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Gradient Border Animation/index.html -------------------------------------------------------------------------------- /Gradient Color Generator/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Gradient Color Generator/Readme.md -------------------------------------------------------------------------------- /Gradient Color Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Gradient Color Generator/index.html -------------------------------------------------------------------------------- /Gradient Color Generator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Gradient Color Generator/script.js -------------------------------------------------------------------------------- /Gradient Color Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Gradient Color Generator/style.css -------------------------------------------------------------------------------- /Icon Pulse Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Icon Pulse Animation/index.html -------------------------------------------------------------------------------- /Icon Pulse Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Icon Pulse Animation/style.css -------------------------------------------------------------------------------- /Image Hover Overlay/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Image Hover Overlay/index.html -------------------------------------------------------------------------------- /Incoming Call Animation/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Incoming Call Animation/Readme.md -------------------------------------------------------------------------------- /Incoming Call Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Incoming Call Animation/index.html -------------------------------------------------------------------------------- /Incoming Call Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Incoming Call Animation/style.css -------------------------------------------------------------------------------- /Input Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Input Animation/index.html -------------------------------------------------------------------------------- /Input Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Input Animation/style.css -------------------------------------------------------------------------------- /Instagram Logo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Instagram Logo/index.html -------------------------------------------------------------------------------- /Light Dark Mode Toggle switch/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Light Dark Mode Toggle switch/index.html -------------------------------------------------------------------------------- /Light Dark Mode Toggle switch/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Light Dark Mode Toggle switch/style.css -------------------------------------------------------------------------------- /Link Hover Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Link Hover Animation/index.html -------------------------------------------------------------------------------- /Link Hover Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Link Hover Animation/style.css -------------------------------------------------------------------------------- /Neumorphic Button/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Neumorphic Button/index.html -------------------------------------------------------------------------------- /Neumorphic Button/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Neumorphic Button/style.css -------------------------------------------------------------------------------- /Password Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Password Generator/index.html -------------------------------------------------------------------------------- /Password Generator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Password Generator/script.js -------------------------------------------------------------------------------- /Password Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Password Generator/style.css -------------------------------------------------------------------------------- /Pulse Loader/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Pulse Loader/index.html -------------------------------------------------------------------------------- /Pulsing Heart Effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Pulsing Heart Effect/index.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/README.md -------------------------------------------------------------------------------- /Scan Text Loader/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Scan Text Loader/index.html -------------------------------------------------------------------------------- /Scan Text Loader/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Scan Text Loader/style.css -------------------------------------------------------------------------------- /Simple Loader/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Simple Loader/index.html -------------------------------------------------------------------------------- /Simple Loader/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Simple Loader/style.css -------------------------------------------------------------------------------- /Social Icons with Glowing Effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Social Icons with Glowing Effect/index.html -------------------------------------------------------------------------------- /Social Icons with Glowing Effect/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Social Icons with Glowing Effect/style.css -------------------------------------------------------------------------------- /Tubelight Effect/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Tubelight Effect/Readme.md -------------------------------------------------------------------------------- /Tubelight Effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Tubelight Effect/index.html -------------------------------------------------------------------------------- /Tubelight Effect/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Tubelight Effect/style.css -------------------------------------------------------------------------------- /Wavy label input/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Wavy label input/index.html -------------------------------------------------------------------------------- /Wavy label input/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Wavy label input/style.css -------------------------------------------------------------------------------- /Zoom In-Out Text Effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Zoom In-Out Text Effect/index.html -------------------------------------------------------------------------------- /Zoom In-Out Text Effect/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilakjain123/Mini-Projects/HEAD/Zoom In-Out Text Effect/style.css --------------------------------------------------------------------------------