├── Custom Filterable Gallery ├── images │ ├── img1.jpg │ ├── img10.jpg │ ├── img11.jpg │ ├── img2.jpg │ ├── img3.jpg │ ├── img4.jpg │ ├── img5.jpg │ ├── img6.jpg │ ├── img7.jpg │ ├── img8.jpg │ └── img9.jpg ├── index.html ├── script.js └── style.css ├── Digital Clock with date ├── clock.js ├── index.html └── style.css ├── EMI Calculator ├── index.html ├── script.js └── style.css ├── Floating Placeholder ├── index.html └── style.css ├── LICENSE ├── Palindrome Checker ├── index.html ├── script.js └── style.css ├── README.md ├── Side bar open close └── sidebar.html ├── SliderJavaScript ├── images │ ├── 800px-Shakuzoji_Kuginuki_Jizo-3586.jpg │ ├── 800px-Stirling_Castle_Main_Gate.jpg │ ├── 829012.jpg │ └── Technology-Dekstop-Wallpapers.jpg ├── index.html ├── script.js └── style.css ├── Text-formatter ├── Version-1 │ ├── index.html │ ├── script.js │ └── style.css ├── Version-2 │ ├── index.html │ ├── script.js │ └── style.css └── readme.md ├── Word Counter ├── index.html ├── script.js └── style.css ├── ageCalculator ├── index.html ├── script.js └── style.css ├── digital clock ├── index.html └── pexels-photo-235986.jpeg ├── formValidation ├── using JavaScript │ ├── index.html │ ├── script.js │ └── style.css └── using html │ ├── inputType.html │ ├── requiredAttribute.html │ └── style.css ├── lengthConverter ├── index.html ├── script.js └── style.css ├── loginPage ├── index.html └── style.css ├── random password Generator ├── index.html ├── main.js └── style.css ├── searchable dropdown list ├── index.html ├── script.js └── style.css ├── stopwatch ├── index.html ├── main.js └── style.css └── tic tak toe game ├── index.html ├── tic.css └── tic.js /Custom Filterable Gallery/images/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img1.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img10.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img11.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img2.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img3.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img4.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img5.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img6.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img7.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img8.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/images/img9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/images/img9.jpg -------------------------------------------------------------------------------- /Custom Filterable Gallery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/index.html -------------------------------------------------------------------------------- /Custom Filterable Gallery/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/script.js -------------------------------------------------------------------------------- /Custom Filterable Gallery/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Custom Filterable Gallery/style.css -------------------------------------------------------------------------------- /Digital Clock with date/clock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Digital Clock with date/clock.js -------------------------------------------------------------------------------- /Digital Clock with date/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Digital Clock with date/index.html -------------------------------------------------------------------------------- /Digital Clock with date/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Digital Clock with date/style.css -------------------------------------------------------------------------------- /EMI Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/EMI Calculator/index.html -------------------------------------------------------------------------------- /EMI Calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/EMI Calculator/script.js -------------------------------------------------------------------------------- /EMI Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/EMI Calculator/style.css -------------------------------------------------------------------------------- /Floating Placeholder/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Floating Placeholder/index.html -------------------------------------------------------------------------------- /Floating Placeholder/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Floating Placeholder/style.css -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/LICENSE -------------------------------------------------------------------------------- /Palindrome Checker/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Palindrome Checker/index.html -------------------------------------------------------------------------------- /Palindrome Checker/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Palindrome Checker/script.js -------------------------------------------------------------------------------- /Palindrome Checker/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Palindrome Checker/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/README.md -------------------------------------------------------------------------------- /Side bar open close/sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Side bar open close/sidebar.html -------------------------------------------------------------------------------- /SliderJavaScript/images/800px-Shakuzoji_Kuginuki_Jizo-3586.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/SliderJavaScript/images/800px-Shakuzoji_Kuginuki_Jizo-3586.jpg -------------------------------------------------------------------------------- /SliderJavaScript/images/800px-Stirling_Castle_Main_Gate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/SliderJavaScript/images/800px-Stirling_Castle_Main_Gate.jpg -------------------------------------------------------------------------------- /SliderJavaScript/images/829012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/SliderJavaScript/images/829012.jpg -------------------------------------------------------------------------------- /SliderJavaScript/images/Technology-Dekstop-Wallpapers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/SliderJavaScript/images/Technology-Dekstop-Wallpapers.jpg -------------------------------------------------------------------------------- /SliderJavaScript/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/SliderJavaScript/index.html -------------------------------------------------------------------------------- /SliderJavaScript/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/SliderJavaScript/script.js -------------------------------------------------------------------------------- /SliderJavaScript/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/SliderJavaScript/style.css -------------------------------------------------------------------------------- /Text-formatter/Version-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Text-formatter/Version-1/index.html -------------------------------------------------------------------------------- /Text-formatter/Version-1/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Text-formatter/Version-1/script.js -------------------------------------------------------------------------------- /Text-formatter/Version-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Text-formatter/Version-1/style.css -------------------------------------------------------------------------------- /Text-formatter/Version-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Text-formatter/Version-2/index.html -------------------------------------------------------------------------------- /Text-formatter/Version-2/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Text-formatter/Version-2/script.js -------------------------------------------------------------------------------- /Text-formatter/Version-2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Text-formatter/Version-2/style.css -------------------------------------------------------------------------------- /Text-formatter/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Text-formatter/readme.md -------------------------------------------------------------------------------- /Word Counter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Word Counter/index.html -------------------------------------------------------------------------------- /Word Counter/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Word Counter/script.js -------------------------------------------------------------------------------- /Word Counter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/Word Counter/style.css -------------------------------------------------------------------------------- /ageCalculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/ageCalculator/index.html -------------------------------------------------------------------------------- /ageCalculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/ageCalculator/script.js -------------------------------------------------------------------------------- /ageCalculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/ageCalculator/style.css -------------------------------------------------------------------------------- /digital clock/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/digital clock/index.html -------------------------------------------------------------------------------- /digital clock/pexels-photo-235986.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/digital clock/pexels-photo-235986.jpeg -------------------------------------------------------------------------------- /formValidation/using JavaScript/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/formValidation/using JavaScript/index.html -------------------------------------------------------------------------------- /formValidation/using JavaScript/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/formValidation/using JavaScript/script.js -------------------------------------------------------------------------------- /formValidation/using JavaScript/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/formValidation/using JavaScript/style.css -------------------------------------------------------------------------------- /formValidation/using html/inputType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/formValidation/using html/inputType.html -------------------------------------------------------------------------------- /formValidation/using html/requiredAttribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/formValidation/using html/requiredAttribute.html -------------------------------------------------------------------------------- /formValidation/using html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/formValidation/using html/style.css -------------------------------------------------------------------------------- /lengthConverter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/lengthConverter/index.html -------------------------------------------------------------------------------- /lengthConverter/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/lengthConverter/script.js -------------------------------------------------------------------------------- /lengthConverter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/lengthConverter/style.css -------------------------------------------------------------------------------- /loginPage/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/loginPage/index.html -------------------------------------------------------------------------------- /loginPage/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/loginPage/style.css -------------------------------------------------------------------------------- /random password Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/random password Generator/index.html -------------------------------------------------------------------------------- /random password Generator/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/random password Generator/main.js -------------------------------------------------------------------------------- /random password Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/random password Generator/style.css -------------------------------------------------------------------------------- /searchable dropdown list/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/searchable dropdown list/index.html -------------------------------------------------------------------------------- /searchable dropdown list/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/searchable dropdown list/script.js -------------------------------------------------------------------------------- /searchable dropdown list/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/searchable dropdown list/style.css -------------------------------------------------------------------------------- /stopwatch/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/stopwatch/index.html -------------------------------------------------------------------------------- /stopwatch/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/stopwatch/main.js -------------------------------------------------------------------------------- /stopwatch/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/stopwatch/style.css -------------------------------------------------------------------------------- /tic tak toe game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/tic tak toe game/index.html -------------------------------------------------------------------------------- /tic tak toe game/tic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/tic tak toe game/tic.css -------------------------------------------------------------------------------- /tic tak toe game/tic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sachinsaini4278/JavaScript-Projects/HEAD/tic tak toe game/tic.js --------------------------------------------------------------------------------