├── 01. gradient loader animation ├── index.html └── style.css ├── 02. fliping cradit-card animation ├── chip.png ├── index.html ├── logo.png └── style.css ├── 03. custom dropdown list ├── img1.jpg ├── index.html ├── script.js └── style.css ├── 04. login page in html and css ├── img.jpg ├── index.html └── style.css ├── 05.QR code generator ├── index.html ├── script.js └── style.css ├── 06.To-do list ├── bg.jpg ├── index.html ├── script.js └── style.css ├── 07.happty birthday animation ├── app.js ├── index.html └── style.css ├── 08.realistic candel animation ├── index.html └── style.css ├── 09.Quiz app ├── index.html ├── script.js └── style.css ├── 10.Weather app ├── images │ ├── clear.png │ ├── clouds.png │ ├── drizzle.png │ ├── humidity.png │ ├── mist.png │ ├── rain.png │ ├── search.png │ ├── snow.png │ └── wind.png ├── index.html ├── script.js └── style.css ├── 11.Form validation in javascript ├── bg.jpeg ├── index.html ├── script.js └── style.css ├── 12.Tic tac toe game ├── index.html ├── script.js └── style.css ├── 13.Portfolio website ├── images │ ├── main-img.jpg │ ├── pic1.jpg │ ├── proj1.png │ ├── proj2.png │ ├── proj4.png │ ├── proj5.png │ ├── proj6.png │ └── titleicon.jpg ├── index.html ├── script.js └── style.css ├── 14. Own Code Editor ├── images │ ├── CSS.png │ ├── html.png │ └── js.png ├── index.html ├── script.js └── style.css ├── 15.Text to Speak Converter ├── index.html ├── script.js └── style.css ├── LICENSE └── README.md /01. gradient loader animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/01. gradient loader animation/index.html -------------------------------------------------------------------------------- /01. gradient loader animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/01. gradient loader animation/style.css -------------------------------------------------------------------------------- /02. fliping cradit-card animation/chip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/02. fliping cradit-card animation/chip.png -------------------------------------------------------------------------------- /02. fliping cradit-card animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/02. fliping cradit-card animation/index.html -------------------------------------------------------------------------------- /02. fliping cradit-card animation/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/02. fliping cradit-card animation/logo.png -------------------------------------------------------------------------------- /02. fliping cradit-card animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/02. fliping cradit-card animation/style.css -------------------------------------------------------------------------------- /03. custom dropdown list/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/03. custom dropdown list/img1.jpg -------------------------------------------------------------------------------- /03. custom dropdown list/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/03. custom dropdown list/index.html -------------------------------------------------------------------------------- /03. custom dropdown list/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/03. custom dropdown list/script.js -------------------------------------------------------------------------------- /03. custom dropdown list/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/03. custom dropdown list/style.css -------------------------------------------------------------------------------- /04. login page in html and css/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/04. login page in html and css/img.jpg -------------------------------------------------------------------------------- /04. login page in html and css/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/04. login page in html and css/index.html -------------------------------------------------------------------------------- /04. login page in html and css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/04. login page in html and css/style.css -------------------------------------------------------------------------------- /05.QR code generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/05.QR code generator/index.html -------------------------------------------------------------------------------- /05.QR code generator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/05.QR code generator/script.js -------------------------------------------------------------------------------- /05.QR code generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/05.QR code generator/style.css -------------------------------------------------------------------------------- /06.To-do list/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/06.To-do list/bg.jpg -------------------------------------------------------------------------------- /06.To-do list/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/06.To-do list/index.html -------------------------------------------------------------------------------- /06.To-do list/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/06.To-do list/script.js -------------------------------------------------------------------------------- /06.To-do list/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/06.To-do list/style.css -------------------------------------------------------------------------------- /07.happty birthday animation/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/07.happty birthday animation/app.js -------------------------------------------------------------------------------- /07.happty birthday animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/07.happty birthday animation/index.html -------------------------------------------------------------------------------- /07.happty birthday animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/07.happty birthday animation/style.css -------------------------------------------------------------------------------- /08.realistic candel animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/08.realistic candel animation/index.html -------------------------------------------------------------------------------- /08.realistic candel animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/08.realistic candel animation/style.css -------------------------------------------------------------------------------- /09.Quiz app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/09.Quiz app/index.html -------------------------------------------------------------------------------- /09.Quiz app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/09.Quiz app/script.js -------------------------------------------------------------------------------- /09.Quiz app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/09.Quiz app/style.css -------------------------------------------------------------------------------- /10.Weather app/images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/clear.png -------------------------------------------------------------------------------- /10.Weather app/images/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/clouds.png -------------------------------------------------------------------------------- /10.Weather app/images/drizzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/drizzle.png -------------------------------------------------------------------------------- /10.Weather app/images/humidity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/humidity.png -------------------------------------------------------------------------------- /10.Weather app/images/mist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/mist.png -------------------------------------------------------------------------------- /10.Weather app/images/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/rain.png -------------------------------------------------------------------------------- /10.Weather app/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/search.png -------------------------------------------------------------------------------- /10.Weather app/images/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/snow.png -------------------------------------------------------------------------------- /10.Weather app/images/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/images/wind.png -------------------------------------------------------------------------------- /10.Weather app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/index.html -------------------------------------------------------------------------------- /10.Weather app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/script.js -------------------------------------------------------------------------------- /10.Weather app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/10.Weather app/style.css -------------------------------------------------------------------------------- /11.Form validation in javascript/bg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/11.Form validation in javascript/bg.jpeg -------------------------------------------------------------------------------- /11.Form validation in javascript/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/11.Form validation in javascript/index.html -------------------------------------------------------------------------------- /11.Form validation in javascript/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/11.Form validation in javascript/script.js -------------------------------------------------------------------------------- /11.Form validation in javascript/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/11.Form validation in javascript/style.css -------------------------------------------------------------------------------- /12.Tic tac toe game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/12.Tic tac toe game/index.html -------------------------------------------------------------------------------- /12.Tic tac toe game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/12.Tic tac toe game/script.js -------------------------------------------------------------------------------- /12.Tic tac toe game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/12.Tic tac toe game/style.css -------------------------------------------------------------------------------- /13.Portfolio website/images/main-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/main-img.jpg -------------------------------------------------------------------------------- /13.Portfolio website/images/pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/pic1.jpg -------------------------------------------------------------------------------- /13.Portfolio website/images/proj1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/proj1.png -------------------------------------------------------------------------------- /13.Portfolio website/images/proj2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/proj2.png -------------------------------------------------------------------------------- /13.Portfolio website/images/proj4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/proj4.png -------------------------------------------------------------------------------- /13.Portfolio website/images/proj5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/proj5.png -------------------------------------------------------------------------------- /13.Portfolio website/images/proj6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/proj6.png -------------------------------------------------------------------------------- /13.Portfolio website/images/titleicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/images/titleicon.jpg -------------------------------------------------------------------------------- /13.Portfolio website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/index.html -------------------------------------------------------------------------------- /13.Portfolio website/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/script.js -------------------------------------------------------------------------------- /13.Portfolio website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/13.Portfolio website/style.css -------------------------------------------------------------------------------- /14. Own Code Editor/images/CSS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/14. Own Code Editor/images/CSS.png -------------------------------------------------------------------------------- /14. Own Code Editor/images/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/14. Own Code Editor/images/html.png -------------------------------------------------------------------------------- /14. Own Code Editor/images/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/14. Own Code Editor/images/js.png -------------------------------------------------------------------------------- /14. Own Code Editor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/14. Own Code Editor/index.html -------------------------------------------------------------------------------- /14. Own Code Editor/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/14. Own Code Editor/script.js -------------------------------------------------------------------------------- /14. Own Code Editor/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/14. Own Code Editor/style.css -------------------------------------------------------------------------------- /15.Text to Speak Converter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/15.Text to Speak Converter/index.html -------------------------------------------------------------------------------- /15.Text to Speak Converter/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/15.Text to Speak Converter/script.js -------------------------------------------------------------------------------- /15.Text to Speak Converter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/15.Text to Speak Converter/style.css -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan60/15-front-end-projects/HEAD/README.md --------------------------------------------------------------------------------