├── 1Hour10Projects.png ├── README.md ├── auto-write-text ├── index.html ├── script.js └── style.css ├── background-changer ├── index.html ├── script.js └── style.css ├── base-project ├── index.html ├── script.js └── style.css ├── carousel ├── index.html ├── script.js └── style.css ├── dark-mode-toggle ├── index.html ├── script.js └── style.css ├── hamburger ├── index.html ├── script.js └── style.css ├── index.html ├── popup ├── index.html ├── script.js └── style.css ├── purple-heart-rain ├── index.html ├── script.js └── style.css ├── sound-board ├── index.html ├── script.js ├── sounds │ ├── applause.mp3 │ ├── boo.mp3 │ ├── gasp.mp3 │ ├── tada.mp3 │ ├── victory.mp3 │ └── wrong.mp3 └── style.css ├── style.css ├── toast-notification ├── index.html ├── script.js └── style.css └── zoom-effect ├── index.html ├── script.js └── style.css /1Hour10Projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/1Hour10Projects.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/README.md -------------------------------------------------------------------------------- /auto-write-text/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/auto-write-text/index.html -------------------------------------------------------------------------------- /auto-write-text/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/auto-write-text/script.js -------------------------------------------------------------------------------- /auto-write-text/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/auto-write-text/style.css -------------------------------------------------------------------------------- /background-changer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/background-changer/index.html -------------------------------------------------------------------------------- /background-changer/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/background-changer/script.js -------------------------------------------------------------------------------- /background-changer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/background-changer/style.css -------------------------------------------------------------------------------- /base-project/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/base-project/index.html -------------------------------------------------------------------------------- /base-project/script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /base-project/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/base-project/style.css -------------------------------------------------------------------------------- /carousel/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/carousel/index.html -------------------------------------------------------------------------------- /carousel/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/carousel/script.js -------------------------------------------------------------------------------- /carousel/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/carousel/style.css -------------------------------------------------------------------------------- /dark-mode-toggle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/dark-mode-toggle/index.html -------------------------------------------------------------------------------- /dark-mode-toggle/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/dark-mode-toggle/script.js -------------------------------------------------------------------------------- /dark-mode-toggle/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/dark-mode-toggle/style.css -------------------------------------------------------------------------------- /hamburger/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/hamburger/index.html -------------------------------------------------------------------------------- /hamburger/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/hamburger/script.js -------------------------------------------------------------------------------- /hamburger/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/hamburger/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/index.html -------------------------------------------------------------------------------- /popup/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/popup/index.html -------------------------------------------------------------------------------- /popup/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/popup/script.js -------------------------------------------------------------------------------- /popup/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/popup/style.css -------------------------------------------------------------------------------- /purple-heart-rain/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/purple-heart-rain/index.html -------------------------------------------------------------------------------- /purple-heart-rain/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/purple-heart-rain/script.js -------------------------------------------------------------------------------- /purple-heart-rain/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/purple-heart-rain/style.css -------------------------------------------------------------------------------- /sound-board/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/index.html -------------------------------------------------------------------------------- /sound-board/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/script.js -------------------------------------------------------------------------------- /sound-board/sounds/applause.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/sounds/applause.mp3 -------------------------------------------------------------------------------- /sound-board/sounds/boo.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/sounds/boo.mp3 -------------------------------------------------------------------------------- /sound-board/sounds/gasp.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/sounds/gasp.mp3 -------------------------------------------------------------------------------- /sound-board/sounds/tada.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/sounds/tada.mp3 -------------------------------------------------------------------------------- /sound-board/sounds/victory.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/sounds/victory.mp3 -------------------------------------------------------------------------------- /sound-board/sounds/wrong.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/sounds/wrong.mp3 -------------------------------------------------------------------------------- /sound-board/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/sound-board/style.css -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/style.css -------------------------------------------------------------------------------- /toast-notification/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/toast-notification/index.html -------------------------------------------------------------------------------- /toast-notification/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/toast-notification/script.js -------------------------------------------------------------------------------- /toast-notification/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/toast-notification/style.css -------------------------------------------------------------------------------- /zoom-effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/zoom-effect/index.html -------------------------------------------------------------------------------- /zoom-effect/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/zoom-effect/script.js -------------------------------------------------------------------------------- /zoom-effect/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florinpop17/10-projects-1-hour/HEAD/zoom-effect/style.css --------------------------------------------------------------------------------