diff --git a/Day #06 - Simple XO Game/README.md b/Day 06 - Simple XO Game/README.md similarity index 100% rename from Day #06 - Simple XO Game/README.md rename to Day 06 - Simple XO Game/README.md diff --git a/Day #06 - Simple XO Game/index.html b/Day 06 - Simple XO Game/index.html similarity index 100% rename from Day #06 - Simple XO Game/index.html rename to Day 06 - Simple XO Game/index.html diff --git a/Day #06 - Simple XO Game/index.js b/Day 06 - Simple XO Game/index.js similarity index 100% rename from Day #06 - Simple XO Game/index.js rename to Day 06 - Simple XO Game/index.js diff --git a/Day #06 - Simple XO Game/screenshot.jpg b/Day 06 - Simple XO Game/screenshot.jpg similarity index 100% rename from Day #06 - Simple XO Game/screenshot.jpg rename to Day 06 - Simple XO Game/screenshot.jpg diff --git a/Day #06 - Simple XO Game/style.css b/Day 06 - Simple XO Game/style.css similarity index 100% rename from Day #06 - Simple XO Game/style.css rename to Day 06 - Simple XO Game/style.css diff --git a/Day #07 - Flip a Coin Game/README.md b/Day 07 - Flip a Coin Game/README.md similarity index 100% rename from Day #07 - Flip a Coin Game/README.md rename to Day 07 - Flip a Coin Game/README.md diff --git a/Day #07 - Flip a Coin Game/heads.svg b/Day 07 - Flip a Coin Game/heads.svg similarity index 100% rename from Day #07 - Flip a Coin Game/heads.svg rename to Day 07 - Flip a Coin Game/heads.svg diff --git a/Day #07 - Flip a Coin Game/index.html b/Day 07 - Flip a Coin Game/index.html similarity index 100% rename from Day #07 - Flip a Coin Game/index.html rename to Day 07 - Flip a Coin Game/index.html diff --git a/Day #07 - Flip a Coin Game/index.js b/Day 07 - Flip a Coin Game/index.js similarity index 100% rename from Day #07 - Flip a Coin Game/index.js rename to Day 07 - Flip a Coin Game/index.js diff --git a/Day #07 - Flip a Coin Game/screenshot.jpg b/Day 07 - Flip a Coin Game/screenshot.jpg similarity index 100% rename from Day #07 - Flip a Coin Game/screenshot.jpg rename to Day 07 - Flip a Coin Game/screenshot.jpg diff --git a/Day #07 - Flip a Coin Game/style.css b/Day 07 - Flip a Coin Game/style.css similarity index 100% rename from Day #07 - Flip a Coin Game/style.css rename to Day 07 - Flip a Coin Game/style.css diff --git a/Day #07 - Flip a Coin Game/tails.svg b/Day 07 - Flip a Coin Game/tails.svg similarity index 100% rename from Day #07 - Flip a Coin Game/tails.svg rename to Day 07 - Flip a Coin Game/tails.svg diff --git a/Day #08 - Multi Step Form/README.md b/Day 08 - Multi Step Form/README.md similarity index 100% rename from Day #08 - Multi Step Form/README.md rename to Day 08 - Multi Step Form/README.md diff --git a/Day #08 - Multi Step Form/index.html b/Day 08 - Multi Step Form/index.html similarity index 100% rename from Day #08 - Multi Step Form/index.html rename to Day 08 - Multi Step Form/index.html diff --git a/Day #08 - Multi Step Form/index.js b/Day 08 - Multi Step Form/index.js similarity index 100% rename from Day #08 - Multi Step Form/index.js rename to Day 08 - Multi Step Form/index.js diff --git a/Day #08 - Multi Step Form/screenshot.jpg b/Day 08 - Multi Step Form/screenshot.jpg similarity index 100% rename from Day #08 - Multi Step Form/screenshot.jpg rename to Day 08 - Multi Step Form/screenshot.jpg diff --git a/Day #08 - Multi Step Form/style.css b/Day 08 - Multi Step Form/style.css similarity index 100% rename from Day #08 - Multi Step Form/style.css rename to Day 08 - Multi Step Form/style.css diff --git a/Day #09 - Aspect Ratio Calculator/README.md b/Day 09 - Aspect Ratio Calculator/README.md similarity index 100% rename from Day #09 - Aspect Ratio Calculator/README.md rename to Day 09 - Aspect Ratio Calculator/README.md diff --git a/Day #09 - Aspect Ratio Calculator/index.html b/Day 09 - Aspect Ratio Calculator/index.html similarity index 100% rename from Day #09 - Aspect Ratio Calculator/index.html rename to Day 09 - Aspect Ratio Calculator/index.html diff --git a/Day #09 - Aspect Ratio Calculator/index.js b/Day 09 - Aspect Ratio Calculator/index.js similarity index 100% rename from Day #09 - Aspect Ratio Calculator/index.js rename to Day 09 - Aspect Ratio Calculator/index.js diff --git a/Day #09 - Aspect Ratio Calculator/screenshot.jpg b/Day 09 - Aspect Ratio Calculator/screenshot.jpg similarity index 100% rename from Day #09 - Aspect Ratio Calculator/screenshot.jpg rename to Day 09 - Aspect Ratio Calculator/screenshot.jpg diff --git a/Day #09 - Aspect Ratio Calculator/style.css b/Day 09 - Aspect Ratio Calculator/style.css similarity index 100% rename from Day #09 - Aspect Ratio Calculator/style.css rename to Day 09 - Aspect Ratio Calculator/style.css diff --git a/Day #01 - Pixel Art Generator/README.md b/Day 1 - Pixel Art Generator/README.md similarity index 100% rename from Day #01 - Pixel Art Generator/README.md rename to Day 1 - Pixel Art Generator/README.md diff --git a/Day #01 - Pixel Art Generator/index.html b/Day 1 - Pixel Art Generator/index.html similarity index 100% rename from Day #01 - Pixel Art Generator/index.html rename to Day 1 - Pixel Art Generator/index.html diff --git a/Day #01 - Pixel Art Generator/index.js b/Day 1 - Pixel Art Generator/index.js similarity index 100% rename from Day #01 - Pixel Art Generator/index.js rename to Day 1 - Pixel Art Generator/index.js diff --git a/Day #01 - Pixel Art Generator/screenshot.jpg b/Day 1 - Pixel Art Generator/screenshot.jpg similarity index 100% rename from Day #01 - Pixel Art Generator/screenshot.jpg rename to Day 1 - Pixel Art Generator/screenshot.jpg diff --git a/Day #01 - Pixel Art Generator/style.css b/Day 1 - Pixel Art Generator/style.css similarity index 100% rename from Day #01 - Pixel Art Generator/style.css rename to Day 1 - Pixel Art Generator/style.css diff --git a/Day #10 - Weather App/README.md b/Day 10 - Weather App/README.md similarity index 100% rename from Day #10 - Weather App/README.md rename to Day 10 - Weather App/README.md diff --git a/Day #10 - Weather App/images/404.png b/Day 10 - Weather App/images/404.png similarity index 100% rename from Day #10 - Weather App/images/404.png rename to Day 10 - Weather App/images/404.png diff --git a/Day #10 - Weather App/images/clear.png b/Day 10 - Weather App/images/clear.png similarity index 100% rename from Day #10 - Weather App/images/clear.png rename to Day 10 - Weather App/images/clear.png diff --git a/Day #10 - Weather App/images/cloud.png b/Day 10 - Weather App/images/cloud.png similarity index 100% rename from Day #10 - Weather App/images/cloud.png rename to Day 10 - Weather App/images/cloud.png diff --git a/Day #10 - Weather App/images/mist.png b/Day 10 - Weather App/images/mist.png similarity index 100% rename from Day #10 - Weather App/images/mist.png rename to Day 10 - Weather App/images/mist.png diff --git a/Day #10 - Weather App/images/rain.png b/Day 10 - Weather App/images/rain.png similarity index 100% rename from Day #10 - Weather App/images/rain.png rename to Day 10 - Weather App/images/rain.png diff --git a/Day #10 - Weather App/images/snow.png b/Day 10 - Weather App/images/snow.png similarity index 100% rename from Day #10 - Weather App/images/snow.png rename to Day 10 - Weather App/images/snow.png diff --git a/Day #10 - Weather App/index.html b/Day 10 - Weather App/index.html similarity index 100% rename from Day #10 - Weather App/index.html rename to Day 10 - Weather App/index.html diff --git a/Day #10 - Weather App/index.js b/Day 10 - Weather App/index.js similarity index 100% rename from Day #10 - Weather App/index.js rename to Day 10 - Weather App/index.js diff --git a/Day #10 - Weather App/screenshot.jpg b/Day 10 - Weather App/screenshot.jpg similarity index 100% rename from Day #10 - Weather App/screenshot.jpg rename to Day 10 - Weather App/screenshot.jpg diff --git a/Day #10 - Weather App/style.css b/Day 10 - Weather App/style.css similarity index 100% rename from Day #10 - Weather App/style.css rename to Day 10 - Weather App/style.css diff --git a/Day #11 - Movie Info App/README.md b/Day 11 - Movie Info App/README.md similarity index 100% rename from Day #11 - Movie Info App/README.md rename to Day 11 - Movie Info App/README.md diff --git a/Day #11 - Movie Info App/index.html b/Day 11 - Movie Info App/index.html similarity index 100% rename from Day #11 - Movie Info App/index.html rename to Day 11 - Movie Info App/index.html diff --git a/Day #11 - Movie Info App/index.js b/Day 11 - Movie Info App/index.js similarity index 100% rename from Day #11 - Movie Info App/index.js rename to Day 11 - Movie Info App/index.js diff --git a/Day #11 - Movie Info App/key.js b/Day 11 - Movie Info App/key.js similarity index 100% rename from Day #11 - Movie Info App/key.js rename to Day 11 - Movie Info App/key.js diff --git a/Day #11 - Movie Info App/screenshot.jpg b/Day 11 - Movie Info App/screenshot.jpg similarity index 100% rename from Day #11 - Movie Info App/screenshot.jpg rename to Day 11 - Movie Info App/screenshot.jpg diff --git a/Day #11 - Movie Info App/star-icon.svg b/Day 11 - Movie Info App/star-icon.svg similarity index 100% rename from Day #11 - Movie Info App/star-icon.svg rename to Day 11 - Movie Info App/star-icon.svg diff --git a/Day #11 - Movie Info App/style.css b/Day 11 - Movie Info App/style.css similarity index 100% rename from Day #11 - Movie Info App/style.css rename to Day 11 - Movie Info App/style.css diff --git a/Day #12 - Type Test App/README.md b/Day 12 - Type Test App/README.md similarity index 100% rename from Day #12 - Type Test App/README.md rename to Day 12 - Type Test App/README.md diff --git a/Day #12 - Type Test App/index.html b/Day 12 - Type Test App/index.html similarity index 100% rename from Day #12 - Type Test App/index.html rename to Day 12 - Type Test App/index.html diff --git a/Day #12 - Type Test App/index.js b/Day 12 - Type Test App/index.js similarity index 100% rename from Day #12 - Type Test App/index.js rename to Day 12 - Type Test App/index.js diff --git a/Day #12 - Type Test App/screenshot.jpg b/Day 12 - Type Test App/screenshot.jpg similarity index 100% rename from Day #12 - Type Test App/screenshot.jpg rename to Day 12 - Type Test App/screenshot.jpg diff --git a/Day #12 - Type Test App/style.css b/Day 12 - Type Test App/style.css similarity index 100% rename from Day #12 - Type Test App/style.css rename to Day 12 - Type Test App/style.css diff --git a/Day #13 - Translator App/README.md b/Day 13 - Translator App/README.md similarity index 100% rename from Day #13 - Translator App/README.md rename to Day 13 - Translator App/README.md diff --git a/Day #13 - Translator App/index.html b/Day 13 - Translator App/index.html similarity index 100% rename from Day #13 - Translator App/index.html rename to Day 13 - Translator App/index.html diff --git a/Day #13 - Translator App/js/countries.js b/Day 13 - Translator App/js/countries.js similarity index 100% rename from Day #13 - Translator App/js/countries.js rename to Day 13 - Translator App/js/countries.js diff --git a/Day #13 - Translator App/js/script.js b/Day 13 - Translator App/js/script.js similarity index 100% rename from Day #13 - Translator App/js/script.js rename to Day 13 - Translator App/js/script.js diff --git a/Day #13 - Translator App/screenshot.jpg b/Day 13 - Translator App/screenshot.jpg similarity index 100% rename from Day #13 - Translator App/screenshot.jpg rename to Day 13 - Translator App/screenshot.jpg diff --git a/Day #13 - Translator App/style.css b/Day 13 - Translator App/style.css similarity index 100% rename from Day #13 - Translator App/style.css rename to Day 13 - Translator App/style.css diff --git a/Day #14 - Crypto Price App/README.md b/Day 14 - Crypto Price App/README.md similarity index 100% rename from Day #14 - Crypto Price App/README.md rename to Day 14 - Crypto Price App/README.md diff --git a/Day #14 - Crypto Price App/images/bitcoin.png b/Day 14 - Crypto Price App/images/bitcoin.png similarity index 100% rename from Day #14 - Crypto Price App/images/bitcoin.png rename to Day 14 - Crypto Price App/images/bitcoin.png diff --git a/Day #14 - Crypto Price App/images/cardano.png b/Day 14 - Crypto Price App/images/cardano.png similarity index 100% rename from Day #14 - Crypto Price App/images/cardano.png rename to Day 14 - Crypto Price App/images/cardano.png diff --git a/Day #14 - Crypto Price App/images/dogecoin.png b/Day 14 - Crypto Price App/images/dogecoin.png similarity index 100% rename from Day #14 - Crypto Price App/images/dogecoin.png rename to Day 14 - Crypto Price App/images/dogecoin.png diff --git a/Day #14 - Crypto Price App/images/ethereum.png b/Day 14 - Crypto Price App/images/ethereum.png similarity index 100% rename from Day #14 - Crypto Price App/images/ethereum.png rename to Day 14 - Crypto Price App/images/ethereum.png diff --git a/Day #14 - Crypto Price App/images/litecoin.png b/Day 14 - Crypto Price App/images/litecoin.png similarity index 100% rename from Day #14 - Crypto Price App/images/litecoin.png rename to Day 14 - Crypto Price App/images/litecoin.png diff --git a/Day #14 - Crypto Price App/images/tether.png b/Day 14 - Crypto Price App/images/tether.png similarity index 100% rename from Day #14 - Crypto Price App/images/tether.png rename to Day 14 - Crypto Price App/images/tether.png diff --git a/Day #14 - Crypto Price App/index.html b/Day 14 - Crypto Price App/index.html similarity index 100% rename from Day #14 - Crypto Price App/index.html rename to Day 14 - Crypto Price App/index.html diff --git a/Day #14 - Crypto Price App/index.js b/Day 14 - Crypto Price App/index.js similarity index 100% rename from Day #14 - Crypto Price App/index.js rename to Day 14 - Crypto Price App/index.js diff --git a/Day #14 - Crypto Price App/screenshot.jpg b/Day 14 - Crypto Price App/screenshot.jpg similarity index 100% rename from Day #14 - Crypto Price App/screenshot.jpg rename to Day 14 - Crypto Price App/screenshot.jpg diff --git a/Day #14 - Crypto Price App/style.css b/Day 14 - Crypto Price App/style.css similarity index 100% rename from Day #14 - Crypto Price App/style.css rename to Day 14 - Crypto Price App/style.css diff --git a/Day #15 - ToDo App/README.md b/Day 15 - ToDo App/README.md similarity index 100% rename from Day #15 - ToDo App/README.md rename to Day 15 - ToDo App/README.md diff --git a/Day #15 - ToDo App/bars-icon.svg b/Day 15 - ToDo App/bars-icon.svg similarity index 100% rename from Day #15 - ToDo App/bars-icon.svg rename to Day 15 - ToDo App/bars-icon.svg diff --git a/Day #15 - ToDo App/index.html b/Day 15 - ToDo App/index.html similarity index 100% rename from Day #15 - ToDo App/index.html rename to Day 15 - ToDo App/index.html diff --git a/Day #15 - ToDo App/index.js b/Day 15 - ToDo App/index.js similarity index 100% rename from Day #15 - ToDo App/index.js rename to Day 15 - ToDo App/index.js diff --git a/Day #15 - ToDo App/screenshot.jpg b/Day 15 - ToDo App/screenshot.jpg similarity index 100% rename from Day #15 - ToDo App/screenshot.jpg rename to Day 15 - ToDo App/screenshot.jpg diff --git a/Day #15 - ToDo App/style.css b/Day 15 - ToDo App/style.css similarity index 100% rename from Day #15 - ToDo App/style.css rename to Day 15 - ToDo App/style.css diff --git a/Day #16 - Geometric Art Generator/README.md b/Day 16 - Geometric Art Generator/README.md similarity index 100% rename from Day #16 - Geometric Art Generator/README.md rename to Day 16 - Geometric Art Generator/README.md diff --git a/Day #16 - Geometric Art Generator/index.html b/Day 16 - Geometric Art Generator/index.html similarity index 100% rename from Day #16 - Geometric Art Generator/index.html rename to Day 16 - Geometric Art Generator/index.html diff --git a/Day #16 - Geometric Art Generator/index.js b/Day 16 - Geometric Art Generator/index.js similarity index 100% rename from Day #16 - Geometric Art Generator/index.js rename to Day 16 - Geometric Art Generator/index.js diff --git a/Day #16 - Geometric Art Generator/screenshot.jpg b/Day 16 - Geometric Art Generator/screenshot.jpg similarity index 100% rename from Day #16 - Geometric Art Generator/screenshot.jpg rename to Day 16 - Geometric Art Generator/screenshot.jpg diff --git a/Day #16 - Geometric Art Generator/style.css b/Day 16 - Geometric Art Generator/style.css similarity index 100% rename from Day #16 - Geometric Art Generator/style.css rename to Day 16 - Geometric Art Generator/style.css diff --git a/Day #17 - Snake Game/README.md b/Day 17 - Snake Game/README.md similarity index 100% rename from Day #17 - Snake Game/README.md rename to Day 17 - Snake Game/README.md diff --git a/Day #17 - Snake Game/index.html b/Day 17 - Snake Game/index.html similarity index 100% rename from Day #17 - Snake Game/index.html rename to Day 17 - Snake Game/index.html diff --git a/Day #17 - Snake Game/index.js b/Day 17 - Snake Game/index.js similarity index 100% rename from Day #17 - Snake Game/index.js rename to Day 17 - Snake Game/index.js diff --git a/Day #17 - Snake Game/screenshot.jpg b/Day 17 - Snake Game/screenshot.jpg similarity index 100% rename from Day #17 - Snake Game/screenshot.jpg rename to Day 17 - Snake Game/screenshot.jpg diff --git a/Day #17 - Snake Game/style.css b/Day 17 - Snake Game/style.css similarity index 100% rename from Day #17 - Snake Game/style.css rename to Day 17 - Snake Game/style.css diff --git a/Day #18 - Budget App/README.md b/Day 18 - Budget App/README.md similarity index 100% rename from Day #18 - Budget App/README.md rename to Day 18 - Budget App/README.md diff --git a/Day #18 - Budget App/index.html b/Day 18 - Budget App/index.html similarity index 100% rename from Day #18 - Budget App/index.html rename to Day 18 - Budget App/index.html diff --git a/Day #18 - Budget App/index.js b/Day 18 - Budget App/index.js similarity index 100% rename from Day #18 - Budget App/index.js rename to Day 18 - Budget App/index.js diff --git a/Day #18 - Budget App/screenshot.jpg b/Day 18 - Budget App/screenshot.jpg similarity index 100% rename from Day #18 - Budget App/screenshot.jpg rename to Day 18 - Budget App/screenshot.jpg diff --git a/Day #18 - Budget App/style.css b/Day 18 - Budget App/style.css similarity index 100% rename from Day #18 - Budget App/style.css rename to Day 18 - Budget App/style.css diff --git a/Day #19 - Text To Speech App/README.md b/Day 19 - Text To Speech App/README.md similarity index 100% rename from Day #19 - Text To Speech App/README.md rename to Day 19 - Text To Speech App/README.md diff --git a/Day #19 - Text To Speech App/index.html b/Day 19 - Text To Speech App/index.html similarity index 100% rename from Day #19 - Text To Speech App/index.html rename to Day 19 - Text To Speech App/index.html diff --git a/Day #19 - Text To Speech App/index.js b/Day 19 - Text To Speech App/index.js similarity index 100% rename from Day #19 - Text To Speech App/index.js rename to Day 19 - Text To Speech App/index.js diff --git a/Day #19 - Text To Speech App/screenshot.jpg b/Day 19 - Text To Speech App/screenshot.jpg similarity index 100% rename from Day #19 - Text To Speech App/screenshot.jpg rename to Day 19 - Text To Speech App/screenshot.jpg diff --git a/Day #19 - Text To Speech App/style.css b/Day 19 - Text To Speech App/style.css similarity index 100% rename from Day #19 - Text To Speech App/style.css rename to Day 19 - Text To Speech App/style.css diff --git a/Day #02 - Rich Text Editor/README.md b/Day 2 - Rich Text Editor/README.md similarity index 100% rename from Day #02 - Rich Text Editor/README.md rename to Day 2 - Rich Text Editor/README.md diff --git a/Day #02 - Rich Text Editor/index.html b/Day 2 - Rich Text Editor/index.html similarity index 100% rename from Day #02 - Rich Text Editor/index.html rename to Day 2 - Rich Text Editor/index.html diff --git a/Day #02 - Rich Text Editor/screenshot.jpg b/Day 2 - Rich Text Editor/screenshot.jpg similarity index 100% rename from Day #02 - Rich Text Editor/screenshot.jpg rename to Day 2 - Rich Text Editor/screenshot.jpg diff --git a/Day #02 - Rich Text Editor/script.js b/Day 2 - Rich Text Editor/script.js similarity index 100% rename from Day #02 - Rich Text Editor/script.js rename to Day 2 - Rich Text Editor/script.js diff --git a/Day #02 - Rich Text Editor/style.css b/Day 2 - Rich Text Editor/style.css similarity index 100% rename from Day #02 - Rich Text Editor/style.css rename to Day 2 - Rich Text Editor/style.css diff --git a/Day #20 - QR Code Reader/README.md b/Day 20 - QR Code Reader/README.md similarity index 100% rename from Day #20 - QR Code Reader/README.md rename to Day 20 - QR Code Reader/README.md diff --git a/Day #20 - QR Code Reader/index.html b/Day 20 - QR Code Reader/index.html similarity index 100% rename from Day #20 - QR Code Reader/index.html rename to Day 20 - QR Code Reader/index.html diff --git a/Day #20 - QR Code Reader/index.js b/Day 20 - QR Code Reader/index.js similarity index 100% rename from Day #20 - QR Code Reader/index.js rename to Day 20 - QR Code Reader/index.js diff --git a/Day #20 - QR Code Reader/screenshot.jpg b/Day 20 - QR Code Reader/screenshot.jpg similarity index 100% rename from Day #20 - QR Code Reader/screenshot.jpg rename to Day 20 - QR Code Reader/screenshot.jpg diff --git a/Day #20 - QR Code Reader/style.css b/Day 20 - QR Code Reader/style.css similarity index 100% rename from Day #20 - QR Code Reader/style.css rename to Day 20 - QR Code Reader/style.css diff --git a/Day #21 - Spin Wheel App/README.md b/Day 21 - Spin Wheel App/README.md similarity index 100% rename from Day #21 - Spin Wheel App/README.md rename to Day 21 - Spin Wheel App/README.md diff --git a/Day #21 - Spin Wheel App/index.html b/Day 21 - Spin Wheel App/index.html similarity index 100% rename from Day #21 - Spin Wheel App/index.html rename to Day 21 - Spin Wheel App/index.html diff --git a/Day #21 - Spin Wheel App/index.js b/Day 21 - Spin Wheel App/index.js similarity index 100% rename from Day #21 - Spin Wheel App/index.js rename to Day 21 - Spin Wheel App/index.js diff --git a/Day #21 - Spin Wheel App/screenshot.jpg b/Day 21 - Spin Wheel App/screenshot.jpg similarity index 100% rename from Day #21 - Spin Wheel App/screenshot.jpg rename to Day 21 - Spin Wheel App/screenshot.jpg diff --git a/Day #21 - Spin Wheel App/spinner-arrow.svg b/Day 21 - Spin Wheel App/spinner-arrow.svg similarity index 100% rename from Day #21 - Spin Wheel App/spinner-arrow.svg rename to Day 21 - Spin Wheel App/spinner-arrow.svg diff --git a/Day #21 - Spin Wheel App/style.css b/Day 21 - Spin Wheel App/style.css similarity index 100% rename from Day #21 - Spin Wheel App/style.css rename to Day 21 - Spin Wheel App/style.css diff --git a/Day #22 - Gradient Generator/README.md b/Day 22 - Gradient Generator/README.md similarity index 100% rename from Day #22 - Gradient Generator/README.md rename to Day 22 - Gradient Generator/README.md diff --git a/Day #22 - Gradient Generator/index.html b/Day 22 - Gradient Generator/index.html similarity index 100% rename from Day #22 - Gradient Generator/index.html rename to Day 22 - Gradient Generator/index.html diff --git a/Day #22 - Gradient Generator/index.js b/Day 22 - Gradient Generator/index.js similarity index 100% rename from Day #22 - Gradient Generator/index.js rename to Day 22 - Gradient Generator/index.js diff --git a/Day #22 - Gradient Generator/screenshot.jpg b/Day 22 - Gradient Generator/screenshot.jpg similarity index 100% rename from Day #22 - Gradient Generator/screenshot.jpg rename to Day 22 - Gradient Generator/screenshot.jpg diff --git a/Day #22 - Gradient Generator/style.css b/Day 22 - Gradient Generator/style.css similarity index 100% rename from Day #22 - Gradient Generator/style.css rename to Day 22 - Gradient Generator/style.css diff --git a/Day #23 - Guess The Word Game/README.md b/Day 23 - Guess The Word Game/README.md similarity index 100% rename from Day #23 - Guess The Word Game/README.md rename to Day 23 - Guess The Word Game/README.md diff --git a/Day #23 - Guess The Word Game/index.html b/Day 23 - Guess The Word Game/index.html similarity index 100% rename from Day #23 - Guess The Word Game/index.html rename to Day 23 - Guess The Word Game/index.html diff --git a/Day #23 - Guess The Word Game/index.js b/Day 23 - Guess The Word Game/index.js similarity index 100% rename from Day #23 - Guess The Word Game/index.js rename to Day 23 - Guess The Word Game/index.js diff --git a/Day #23 - Guess The Word Game/screenshot.jpg b/Day 23 - Guess The Word Game/screenshot.jpg similarity index 100% rename from Day #23 - Guess The Word Game/screenshot.jpg rename to Day 23 - Guess The Word Game/screenshot.jpg diff --git a/Day #23 - Guess The Word Game/style.css b/Day 23 - Guess The Word Game/style.css similarity index 100% rename from Day #23 - Guess The Word Game/style.css rename to Day 23 - Guess The Word Game/style.css diff --git a/Day #23 - Guess The Word Game/words-db.js b/Day 23 - Guess The Word Game/words-db.js similarity index 100% rename from Day #23 - Guess The Word Game/words-db.js rename to Day 23 - Guess The Word Game/words-db.js diff --git a/Day #24 - Simon Game/README.md b/Day 24 - Simon Game/README.md similarity index 100% rename from Day #24 - Simon Game/README.md rename to Day 24 - Simon Game/README.md diff --git a/Day #24 - Simon Game/index.html b/Day 24 - Simon Game/index.html similarity index 100% rename from Day #24 - Simon Game/index.html rename to Day 24 - Simon Game/index.html diff --git a/Day #24 - Simon Game/index.js b/Day 24 - Simon Game/index.js similarity index 100% rename from Day #24 - Simon Game/index.js rename to Day 24 - Simon Game/index.js diff --git a/Day #24 - Simon Game/screenshot.jpg b/Day 24 - Simon Game/screenshot.jpg similarity index 100% rename from Day #24 - Simon Game/screenshot.jpg rename to Day 24 - Simon Game/screenshot.jpg diff --git a/Day #24 - Simon Game/style.css b/Day 24 - Simon Game/style.css similarity index 100% rename from Day #24 - Simon Game/style.css rename to Day 24 - Simon Game/style.css diff --git a/Day #25 - JS Charts/README.md b/Day 25 - JS Charts/README.md similarity index 100% rename from Day #25 - JS Charts/README.md rename to Day 25 - JS Charts/README.md diff --git a/Day #25 - JS Charts/index.html b/Day 25 - JS Charts/index.html similarity index 100% rename from Day #25 - JS Charts/index.html rename to Day 25 - JS Charts/index.html diff --git a/Day #25 - JS Charts/index.js b/Day 25 - JS Charts/index.js similarity index 100% rename from Day #25 - JS Charts/index.js rename to Day 25 - JS Charts/index.js diff --git a/Day #25 - JS Charts/screenshot.jpg b/Day 25 - JS Charts/screenshot.jpg similarity index 100% rename from Day #25 - JS Charts/screenshot.jpg rename to Day 25 - JS Charts/screenshot.jpg diff --git a/Day #25 - JS Charts/style.css b/Day 25 - JS Charts/style.css similarity index 100% rename from Day #25 - JS Charts/style.css rename to Day 25 - JS Charts/style.css diff --git a/Day #26 - Recipe Guide App/README.md b/Day 26 - Recipe Guide App/README.md similarity index 100% rename from Day #26 - Recipe Guide App/README.md rename to Day 26 - Recipe Guide App/README.md diff --git a/Day #26 - Recipe Guide App/index.html b/Day 26 - Recipe Guide App/index.html similarity index 100% rename from Day #26 - Recipe Guide App/index.html rename to Day 26 - Recipe Guide App/index.html diff --git a/Day #26 - Recipe Guide App/index.js b/Day 26 - Recipe Guide App/index.js similarity index 100% rename from Day #26 - Recipe Guide App/index.js rename to Day 26 - Recipe Guide App/index.js diff --git a/Day #26 - Recipe Guide App/screenshot.jpg b/Day 26 - Recipe Guide App/screenshot.jpg similarity index 100% rename from Day #26 - Recipe Guide App/screenshot.jpg rename to Day 26 - Recipe Guide App/screenshot.jpg diff --git a/Day #26 - Recipe Guide App/style.css b/Day 26 - Recipe Guide App/style.css similarity index 100% rename from Day #26 - Recipe Guide App/style.css rename to Day 26 - Recipe Guide App/style.css diff --git a/Day #27 - MineSweeper Game/README.md b/Day 27 - MineSweeper Game/README.md similarity index 100% rename from Day #27 - MineSweeper Game/README.md rename to Day 27 - MineSweeper Game/README.md diff --git a/Day #27 - MineSweeper Game/index.html b/Day 27 - MineSweeper Game/index.html similarity index 100% rename from Day #27 - MineSweeper Game/index.html rename to Day 27 - MineSweeper Game/index.html diff --git a/Day #27 - MineSweeper Game/index.js b/Day 27 - MineSweeper Game/index.js similarity index 100% rename from Day #27 - MineSweeper Game/index.js rename to Day 27 - MineSweeper Game/index.js diff --git a/Day #27 - MineSweeper Game/screenshot.jpg b/Day 27 - MineSweeper Game/screenshot.jpg similarity index 100% rename from Day #27 - MineSweeper Game/screenshot.jpg rename to Day 27 - MineSweeper Game/screenshot.jpg diff --git a/Day #27 - MineSweeper Game/style.css b/Day 27 - MineSweeper Game/style.css similarity index 100% rename from Day #27 - MineSweeper Game/style.css rename to Day 27 - MineSweeper Game/style.css diff --git a/Day #28 - Github Api/README.md b/Day 28 - Github Api/README.md similarity index 100% rename from Day #28 - Github Api/README.md rename to Day 28 - Github Api/README.md diff --git a/Day #28 - Github Api/index.html b/Day 28 - Github Api/index.html similarity index 100% rename from Day #28 - Github Api/index.html rename to Day 28 - Github Api/index.html diff --git a/Day #28 - Github Api/index.js b/Day 28 - Github Api/index.js similarity index 100% rename from Day #28 - Github Api/index.js rename to Day 28 - Github Api/index.js diff --git a/Day #28 - Github Api/screenshot.jpg b/Day 28 - Github Api/screenshot.jpg similarity index 100% rename from Day #28 - Github Api/screenshot.jpg rename to Day 28 - Github Api/screenshot.jpg diff --git a/Day #28 - Github Api/style.css b/Day 28 - Github Api/style.css similarity index 100% rename from Day #28 - Github Api/style.css rename to Day 28 - Github Api/style.css diff --git a/Day #29 - Breakout Game/README.md b/Day 29 - Breakout Game/README.md similarity index 100% rename from Day #29 - Breakout Game/README.md rename to Day 29 - Breakout Game/README.md diff --git a/Day #29 - Breakout Game/index.html b/Day 29 - Breakout Game/index.html similarity index 100% rename from Day #29 - Breakout Game/index.html rename to Day 29 - Breakout Game/index.html diff --git a/Day #29 - Breakout Game/index.js b/Day 29 - Breakout Game/index.js similarity index 100% rename from Day #29 - Breakout Game/index.js rename to Day 29 - Breakout Game/index.js diff --git a/Day #29 - Breakout Game/screenshot.jpg b/Day 29 - Breakout Game/screenshot.jpg similarity index 100% rename from Day #29 - Breakout Game/screenshot.jpg rename to Day 29 - Breakout Game/screenshot.jpg diff --git a/Day #29 - Breakout Game/style.css b/Day 29 - Breakout Game/style.css similarity index 100% rename from Day #29 - Breakout Game/style.css rename to Day 29 - Breakout Game/style.css diff --git a/Day #03 - Pass Generator/README.md b/Day 3 - Pass Generator/README.md similarity index 100% rename from Day #03 - Pass Generator/README.md rename to Day 3 - Pass Generator/README.md diff --git a/Day #03 - Pass Generator/index.html b/Day 3 - Pass Generator/index.html similarity index 100% rename from Day #03 - Pass Generator/index.html rename to Day 3 - Pass Generator/index.html diff --git a/Day #03 - Pass Generator/screenshot.jpg b/Day 3 - Pass Generator/screenshot.jpg similarity index 100% rename from Day #03 - Pass Generator/screenshot.jpg rename to Day 3 - Pass Generator/screenshot.jpg diff --git a/Day #03 - Pass Generator/script.js b/Day 3 - Pass Generator/script.js similarity index 100% rename from Day #03 - Pass Generator/script.js rename to Day 3 - Pass Generator/script.js diff --git a/Day #03 - Pass Generator/style.css b/Day 3 - Pass Generator/style.css similarity index 100% rename from Day #03 - Pass Generator/style.css rename to Day 3 - Pass Generator/style.css diff --git a/Day #30 - Music Player App/README.md b/Day 30 - Music Player App/README.md similarity index 100% rename from Day #30 - Music Player App/README.md rename to Day 30 - Music Player App/README.md diff --git a/Day #30 - Music Player App/assets/1.jpg b/Day 30 - Music Player App/assets/1.jpg similarity index 100% rename from Day #30 - Music Player App/assets/1.jpg rename to Day 30 - Music Player App/assets/1.jpg diff --git a/Day #30 - Music Player App/assets/1.mp3 b/Day 30 - Music Player App/assets/1.mp3 similarity index 100% rename from Day #30 - Music Player App/assets/1.mp3 rename to Day 30 - Music Player App/assets/1.mp3 diff --git a/Day #30 - Music Player App/assets/2.jpg b/Day 30 - Music Player App/assets/2.jpg similarity index 100% rename from Day #30 - Music Player App/assets/2.jpg rename to Day 30 - Music Player App/assets/2.jpg diff --git a/Day #30 - Music Player App/assets/2.mp3 b/Day 30 - Music Player App/assets/2.mp3 similarity index 100% rename from Day #30 - Music Player App/assets/2.mp3 rename to Day 30 - Music Player App/assets/2.mp3 diff --git a/Day #30 - Music Player App/assets/3.jpg b/Day 30 - Music Player App/assets/3.jpg similarity index 100% rename from Day #30 - Music Player App/assets/3.jpg rename to Day 30 - Music Player App/assets/3.jpg diff --git a/Day #30 - Music Player App/assets/3.mp3 b/Day 30 - Music Player App/assets/3.mp3 similarity index 100% rename from Day #30 - Music Player App/assets/3.mp3 rename to Day 30 - Music Player App/assets/3.mp3 diff --git a/Day #30 - Music Player App/index.html b/Day 30 - Music Player App/index.html similarity index 100% rename from Day #30 - Music Player App/index.html rename to Day 30 - Music Player App/index.html diff --git a/Day #30 - Music Player App/index.js b/Day 30 - Music Player App/index.js similarity index 100% rename from Day #30 - Music Player App/index.js rename to Day 30 - Music Player App/index.js diff --git a/Day #30 - Music Player App/screenshot.jpg b/Day 30 - Music Player App/screenshot.jpg similarity index 100% rename from Day #30 - Music Player App/screenshot.jpg rename to Day 30 - Music Player App/screenshot.jpg diff --git a/Day #30 - Music Player App/style.css b/Day 30 - Music Player App/style.css similarity index 100% rename from Day #30 - Music Player App/style.css rename to Day 30 - Music Player App/style.css diff --git a/Day #31 - ChatGPT Bot/README.md b/Day 31 - ChatGPT Bot/README.md similarity index 100% rename from Day #31 - ChatGPT Bot/README.md rename to Day 31 - ChatGPT Bot/README.md diff --git a/Day #31 - ChatGPT Bot/index.html b/Day 31 - ChatGPT Bot/index.html similarity index 100% rename from Day #31 - ChatGPT Bot/index.html rename to Day 31 - ChatGPT Bot/index.html diff --git a/Day #31 - ChatGPT Bot/index.js b/Day 31 - ChatGPT Bot/index.js similarity index 100% rename from Day #31 - ChatGPT Bot/index.js rename to Day 31 - ChatGPT Bot/index.js diff --git a/Day #31 - ChatGPT Bot/screenshot.jpg b/Day 31 - ChatGPT Bot/screenshot.jpg similarity index 100% rename from Day #31 - ChatGPT Bot/screenshot.jpg rename to Day 31 - ChatGPT Bot/screenshot.jpg diff --git a/Day #31 - ChatGPT Bot/style.css b/Day 31 - ChatGPT Bot/style.css similarity index 100% rename from Day #31 - ChatGPT Bot/style.css rename to Day 31 - ChatGPT Bot/style.css diff --git a/Day #32 - Google Maps Api/README.md b/Day 32 - Google Maps Api/README.md similarity index 100% rename from Day #32 - Google Maps Api/README.md rename to Day 32 - Google Maps Api/README.md diff --git a/Day #32 - Google Maps Api/index.html b/Day 32 - Google Maps Api/index.html similarity index 100% rename from Day #32 - Google Maps Api/index.html rename to Day 32 - Google Maps Api/index.html diff --git a/Day #32 - Google Maps Api/index.js b/Day 32 - Google Maps Api/index.js similarity index 100% rename from Day #32 - Google Maps Api/index.js rename to Day 32 - Google Maps Api/index.js diff --git a/Day #32 - Google Maps Api/screenshot.jpg b/Day 32 - Google Maps Api/screenshot.jpg similarity index 100% rename from Day #32 - Google Maps Api/screenshot.jpg rename to Day 32 - Google Maps Api/screenshot.jpg diff --git a/Day #32 - Google Maps Api/style.css b/Day 32 - Google Maps Api/style.css similarity index 100% rename from Day #32 - Google Maps Api/style.css rename to Day 32 - Google Maps Api/style.css diff --git a/Day #33 - Pong Game/README.md b/Day 33 - Pong Game/README.md similarity index 100% rename from Day #33 - Pong Game/README.md rename to Day 33 - Pong Game/README.md diff --git a/Day #33 - Pong Game/index.html b/Day 33 - Pong Game/index.html similarity index 100% rename from Day #33 - Pong Game/index.html rename to Day 33 - Pong Game/index.html diff --git a/Day #33 - Pong Game/index.js b/Day 33 - Pong Game/index.js similarity index 100% rename from Day #33 - Pong Game/index.js rename to Day 33 - Pong Game/index.js diff --git a/Day #33 - Pong Game/screenshot.jpg b/Day 33 - Pong Game/screenshot.jpg similarity index 100% rename from Day #33 - Pong Game/screenshot.jpg rename to Day 33 - Pong Game/screenshot.jpg diff --git a/Day #33 - Pong Game/style.css b/Day 33 - Pong Game/style.css similarity index 100% rename from Day #33 - Pong Game/style.css rename to Day 33 - Pong Game/style.css diff --git a/Day #34 - Chrome Color Picker Extension/README.md b/Day 34 - Chrome Color Picker Extension/README.md similarity index 100% rename from Day #34 - Chrome Color Picker Extension/README.md rename to Day 34 - Chrome Color Picker Extension/README.md diff --git a/Day #34 - Chrome Color Picker Extension/icons/icon128.png b/Day 34 - Chrome Color Picker Extension/icons/icon128.png similarity index 100% rename from Day #34 - Chrome Color Picker Extension/icons/icon128.png rename to Day 34 - Chrome Color Picker Extension/icons/icon128.png diff --git a/Day #34 - Chrome Color Picker Extension/icons/icon16.png b/Day 34 - Chrome Color Picker Extension/icons/icon16.png similarity index 100% rename from Day #34 - Chrome Color Picker Extension/icons/icon16.png rename to Day 34 - Chrome Color Picker Extension/icons/icon16.png diff --git a/Day #34 - Chrome Color Picker Extension/icons/icon32.png b/Day 34 - Chrome Color Picker Extension/icons/icon32.png similarity index 100% rename from Day #34 - Chrome Color Picker Extension/icons/icon32.png rename to Day 34 - Chrome Color Picker Extension/icons/icon32.png diff --git a/Day #34 - Chrome Color Picker Extension/icons/icon48.png b/Day 34 - Chrome Color Picker Extension/icons/icon48.png similarity index 100% rename from Day #34 - Chrome Color Picker Extension/icons/icon48.png rename to Day 34 - Chrome Color Picker Extension/icons/icon48.png diff --git a/Day #34 - Chrome Color Picker Extension/index.html b/Day 34 - Chrome Color Picker Extension/index.html similarity index 100% rename from Day #34 - Chrome Color Picker Extension/index.html rename to Day 34 - Chrome Color Picker Extension/index.html diff --git a/Day #34 - Chrome Color Picker Extension/index.js b/Day 34 - Chrome Color Picker Extension/index.js similarity index 100% rename from Day #34 - Chrome Color Picker Extension/index.js rename to Day 34 - Chrome Color Picker Extension/index.js diff --git a/Day #34 - Chrome Color Picker Extension/manifest.json b/Day 34 - Chrome Color Picker Extension/manifest.json similarity index 100% rename from Day #34 - Chrome Color Picker Extension/manifest.json rename to Day 34 - Chrome Color Picker Extension/manifest.json diff --git a/Day #34 - Chrome Color Picker Extension/screenshot.jpg b/Day 34 - Chrome Color Picker Extension/screenshot.jpg similarity index 100% rename from Day #34 - Chrome Color Picker Extension/screenshot.jpg rename to Day 34 - Chrome Color Picker Extension/screenshot.jpg diff --git a/Day #34 - Chrome Color Picker Extension/style.css b/Day 34 - Chrome Color Picker Extension/style.css similarity index 100% rename from Day #34 - Chrome Color Picker Extension/style.css rename to Day 34 - Chrome Color Picker Extension/style.css diff --git a/Day #35 - ASCII Donut Animation/README.md b/Day 35 - ASCII Donut Animation/README.md similarity index 100% rename from Day #35 - ASCII Donut Animation/README.md rename to Day 35 - ASCII Donut Animation/README.md diff --git a/Day #35 - ASCII Donut Animation/index.html b/Day 35 - ASCII Donut Animation/index.html similarity index 100% rename from Day #35 - ASCII Donut Animation/index.html rename to Day 35 - ASCII Donut Animation/index.html diff --git a/Day #35 - ASCII Donut Animation/index.js b/Day 35 - ASCII Donut Animation/index.js similarity index 100% rename from Day #35 - ASCII Donut Animation/index.js rename to Day 35 - ASCII Donut Animation/index.js diff --git a/Day #35 - ASCII Donut Animation/screenshot.jpg b/Day 35 - ASCII Donut Animation/screenshot.jpg similarity index 100% rename from Day #35 - ASCII Donut Animation/screenshot.jpg rename to Day 35 - ASCII Donut Animation/screenshot.jpg diff --git a/Day #35 - ASCII Donut Animation/style.css b/Day 35 - ASCII Donut Animation/style.css similarity index 100% rename from Day #35 - ASCII Donut Animation/style.css rename to Day 35 - ASCII Donut Animation/style.css diff --git a/Day #36 - Stock Tracker App/README.md b/Day 36 - Stock Tracker App/README.md similarity index 100% rename from Day #36 - Stock Tracker App/README.md rename to Day 36 - Stock Tracker App/README.md diff --git a/Day #36 - Stock Tracker App/index.html b/Day 36 - Stock Tracker App/index.html similarity index 100% rename from Day #36 - Stock Tracker App/index.html rename to Day 36 - Stock Tracker App/index.html diff --git a/Day #36 - Stock Tracker App/index.js b/Day 36 - Stock Tracker App/index.js similarity index 100% rename from Day #36 - Stock Tracker App/index.js rename to Day 36 - Stock Tracker App/index.js diff --git a/Day #36 - Stock Tracker App/screenshot.jpg b/Day 36 - Stock Tracker App/screenshot.jpg similarity index 100% rename from Day #36 - Stock Tracker App/screenshot.jpg rename to Day 36 - Stock Tracker App/screenshot.jpg diff --git a/Day #36 - Stock Tracker App/style.css b/Day 36 - Stock Tracker App/style.css similarity index 100% rename from Day #36 - Stock Tracker App/style.css rename to Day 36 - Stock Tracker App/style.css diff --git a/Day #37 - Shadow Generator/README.md b/Day 37 - Shadow Generator/README.md similarity index 100% rename from Day #37 - Shadow Generator/README.md rename to Day 37 - Shadow Generator/README.md diff --git a/Day #37 - Shadow Generator/index.html b/Day 37 - Shadow Generator/index.html similarity index 100% rename from Day #37 - Shadow Generator/index.html rename to Day 37 - Shadow Generator/index.html diff --git a/Day #37 - Shadow Generator/index.js b/Day 37 - Shadow Generator/index.js similarity index 100% rename from Day #37 - Shadow Generator/index.js rename to Day 37 - Shadow Generator/index.js diff --git a/Day #37 - Shadow Generator/screenshot.jpg b/Day 37 - Shadow Generator/screenshot.jpg similarity index 100% rename from Day #37 - Shadow Generator/screenshot.jpg rename to Day 37 - Shadow Generator/screenshot.jpg diff --git a/Day #37 - Shadow Generator/style.css b/Day 37 - Shadow Generator/style.css similarity index 100% rename from Day #37 - Shadow Generator/style.css rename to Day 37 - Shadow Generator/style.css diff --git a/Day #38 - Movie App/README.md b/Day 38 - Movie App/README.md similarity index 100% rename from Day #38 - Movie App/README.md rename to Day 38 - Movie App/README.md diff --git a/Day #38 - Movie App/index.html b/Day 38 - Movie App/index.html similarity index 100% rename from Day #38 - Movie App/index.html rename to Day 38 - Movie App/index.html diff --git a/Day #38 - Movie App/index.js b/Day 38 - Movie App/index.js similarity index 100% rename from Day #38 - Movie App/index.js rename to Day 38 - Movie App/index.js diff --git a/Day #38 - Movie App/screenshot.jpg b/Day 38 - Movie App/screenshot.jpg similarity index 100% rename from Day #38 - Movie App/screenshot.jpg rename to Day 38 - Movie App/screenshot.jpg diff --git a/Day #38 - Movie App/style.css b/Day 38 - Movie App/style.css similarity index 100% rename from Day #38 - Movie App/style.css rename to Day 38 - Movie App/style.css diff --git a/Day #39 - Tradingview Widget/Method-2/index.html b/Day 39 - Tradingview Widget/Method-2/index.html similarity index 100% rename from Day #39 - Tradingview Widget/Method-2/index.html rename to Day 39 - Tradingview Widget/Method-2/index.html diff --git a/Day #39 - Tradingview Widget/Method-2/style.css b/Day 39 - Tradingview Widget/Method-2/style.css similarity index 100% rename from Day #39 - Tradingview Widget/Method-2/style.css rename to Day 39 - Tradingview Widget/Method-2/style.css diff --git a/Day #39 - Tradingview Widget/README.md b/Day 39 - Tradingview Widget/README.md similarity index 100% rename from Day #39 - Tradingview Widget/README.md rename to Day 39 - Tradingview Widget/README.md diff --git a/Day #39 - Tradingview Widget/index.html b/Day 39 - Tradingview Widget/index.html similarity index 100% rename from Day #39 - Tradingview Widget/index.html rename to Day 39 - Tradingview Widget/index.html diff --git a/Day #39 - Tradingview Widget/index.js b/Day 39 - Tradingview Widget/index.js similarity index 100% rename from Day #39 - Tradingview Widget/index.js rename to Day 39 - Tradingview Widget/index.js diff --git a/Day #39 - Tradingview Widget/screenshot.png b/Day 39 - Tradingview Widget/screenshot.png similarity index 100% rename from Day #39 - Tradingview Widget/screenshot.png rename to Day 39 - Tradingview Widget/screenshot.png diff --git a/Day #39 - Tradingview Widget/screenshot2.png b/Day 39 - Tradingview Widget/screenshot2.png similarity index 100% rename from Day #39 - Tradingview Widget/screenshot2.png rename to Day 39 - Tradingview Widget/screenshot2.png diff --git a/Day #39 - Tradingview Widget/style.css b/Day 39 - Tradingview Widget/style.css similarity index 100% rename from Day #39 - Tradingview Widget/style.css rename to Day 39 - Tradingview Widget/style.css diff --git a/Day #04 - QR Code Generator/README.md b/Day 4 - QR Code Generator/README.md similarity index 100% rename from Day #04 - QR Code Generator/README.md rename to Day 4 - QR Code Generator/README.md diff --git a/Day #04 - QR Code Generator/download.svg b/Day 4 - QR Code Generator/download.svg similarity index 100% rename from Day #04 - QR Code Generator/download.svg rename to Day 4 - QR Code Generator/download.svg diff --git a/Day #04 - QR Code Generator/index.html b/Day 4 - QR Code Generator/index.html similarity index 100% rename from Day #04 - QR Code Generator/index.html rename to Day 4 - QR Code Generator/index.html diff --git a/Day #04 - QR Code Generator/index.js b/Day 4 - QR Code Generator/index.js similarity index 100% rename from Day #04 - QR Code Generator/index.js rename to Day 4 - QR Code Generator/index.js diff --git a/Day #04 - QR Code Generator/screenshot.jpg b/Day 4 - QR Code Generator/screenshot.jpg similarity index 100% rename from Day #04 - QR Code Generator/screenshot.jpg rename to Day 4 - QR Code Generator/screenshot.jpg diff --git a/Day #04 - QR Code Generator/share.svg b/Day 4 - QR Code Generator/share.svg similarity index 100% rename from Day #04 - QR Code Generator/share.svg rename to Day 4 - QR Code Generator/share.svg diff --git a/Day #04 - QR Code Generator/style.css b/Day 4 - QR Code Generator/style.css similarity index 100% rename from Day #04 - QR Code Generator/style.css rename to Day 4 - QR Code Generator/style.css diff --git a/Day #40 - Detect Internet Speed/README.md b/Day 40 - Detect Internet Speed/README.md similarity index 100% rename from Day #40 - Detect Internet Speed/README.md rename to Day 40 - Detect Internet Speed/README.md diff --git a/Day #40 - Detect Internet Speed/index.html b/Day 40 - Detect Internet Speed/index.html similarity index 100% rename from Day #40 - Detect Internet Speed/index.html rename to Day 40 - Detect Internet Speed/index.html diff --git a/Day #40 - Detect Internet Speed/index.js b/Day 40 - Detect Internet Speed/index.js similarity index 100% rename from Day #40 - Detect Internet Speed/index.js rename to Day 40 - Detect Internet Speed/index.js diff --git a/Day #40 - Detect Internet Speed/screenshot.jpg b/Day 40 - Detect Internet Speed/screenshot.jpg similarity index 100% rename from Day #40 - Detect Internet Speed/screenshot.jpg rename to Day 40 - Detect Internet Speed/screenshot.jpg diff --git a/Day #40 - Detect Internet Speed/speedometer.png b/Day 40 - Detect Internet Speed/speedometer.png similarity index 100% rename from Day #40 - Detect Internet Speed/speedometer.png rename to Day 40 - Detect Internet Speed/speedometer.png diff --git a/Day #40 - Detect Internet Speed/style.css b/Day 40 - Detect Internet Speed/style.css similarity index 100% rename from Day #40 - Detect Internet Speed/style.css rename to Day 40 - Detect Internet Speed/style.css diff --git a/Day #41 - Currency Converter/README.md b/Day 41 - Currency Converter/README.md similarity index 100% rename from Day #41 - Currency Converter/README.md rename to Day 41 - Currency Converter/README.md diff --git a/Day #41 - Currency Converter/countries.js b/Day 41 - Currency Converter/countries.js similarity index 100% rename from Day #41 - Currency Converter/countries.js rename to Day 41 - Currency Converter/countries.js diff --git a/Day #41 - Currency Converter/index.html b/Day 41 - Currency Converter/index.html similarity index 100% rename from Day #41 - Currency Converter/index.html rename to Day 41 - Currency Converter/index.html diff --git a/Day #41 - Currency Converter/index.js b/Day 41 - Currency Converter/index.js similarity index 100% rename from Day #41 - Currency Converter/index.js rename to Day 41 - Currency Converter/index.js diff --git a/Day #41 - Currency Converter/screenshot.jpg b/Day 41 - Currency Converter/screenshot.jpg similarity index 100% rename from Day #41 - Currency Converter/screenshot.jpg rename to Day 41 - Currency Converter/screenshot.jpg diff --git a/Day #41 - Currency Converter/style.css b/Day 41 - Currency Converter/style.css similarity index 100% rename from Day #41 - Currency Converter/style.css rename to Day 41 - Currency Converter/style.css diff --git a/Day #42 - Live Code Editor/README.md b/Day 42 - Live Code Editor/README.md similarity index 100% rename from Day #42 - Live Code Editor/README.md rename to Day 42 - Live Code Editor/README.md diff --git a/Day #42 - Live Code Editor/index.html b/Day 42 - Live Code Editor/index.html similarity index 100% rename from Day #42 - Live Code Editor/index.html rename to Day 42 - Live Code Editor/index.html diff --git a/Day #42 - Live Code Editor/index.js b/Day 42 - Live Code Editor/index.js similarity index 100% rename from Day #42 - Live Code Editor/index.js rename to Day 42 - Live Code Editor/index.js diff --git a/Day #42 - Live Code Editor/screenshot.png b/Day 42 - Live Code Editor/screenshot.png similarity index 100% rename from Day #42 - Live Code Editor/screenshot.png rename to Day 42 - Live Code Editor/screenshot.png diff --git a/Day #42 - Live Code Editor/style.css b/Day 42 - Live Code Editor/style.css similarity index 100% rename from Day #42 - Live Code Editor/style.css rename to Day 42 - Live Code Editor/style.css diff --git a/Day #43 - Parallex Slider/1.jpg b/Day 43 - Parallex Slider/1.jpg similarity index 100% rename from Day #43 - Parallex Slider/1.jpg rename to Day 43 - Parallex Slider/1.jpg diff --git a/Day #43 - Parallex Slider/2.jpg b/Day 43 - Parallex Slider/2.jpg similarity index 100% rename from Day #43 - Parallex Slider/2.jpg rename to Day 43 - Parallex Slider/2.jpg diff --git a/Day #43 - Parallex Slider/3.jpg b/Day 43 - Parallex Slider/3.jpg similarity index 100% rename from Day #43 - Parallex Slider/3.jpg rename to Day 43 - Parallex Slider/3.jpg diff --git a/Day #43 - Parallex Slider/README.md b/Day 43 - Parallex Slider/README.md similarity index 100% rename from Day #43 - Parallex Slider/README.md rename to Day 43 - Parallex Slider/README.md diff --git a/Day #43 - Parallex Slider/index.html b/Day 43 - Parallex Slider/index.html similarity index 100% rename from Day #43 - Parallex Slider/index.html rename to Day 43 - Parallex Slider/index.html diff --git a/Day #43 - Parallex Slider/index.js b/Day 43 - Parallex Slider/index.js similarity index 100% rename from Day #43 - Parallex Slider/index.js rename to Day 43 - Parallex Slider/index.js diff --git a/Day #43 - Parallex Slider/screenshot.jpg b/Day 43 - Parallex Slider/screenshot.jpg similarity index 100% rename from Day #43 - Parallex Slider/screenshot.jpg rename to Day 43 - Parallex Slider/screenshot.jpg diff --git a/Day #43 - Parallex Slider/style.css b/Day 43 - Parallex Slider/style.css similarity index 100% rename from Day #43 - Parallex Slider/style.css rename to Day 43 - Parallex Slider/style.css diff --git a/Day #44 - Minimal Weather App With Api/1.jpg b/Day 44 - Minimal Weather App With Api/1.jpg similarity index 100% rename from Day #44 - Minimal Weather App With Api/1.jpg rename to Day 44 - Minimal Weather App With Api/1.jpg diff --git a/Day #44 - Minimal Weather App With Api/README.md b/Day 44 - Minimal Weather App With Api/README.md similarity index 100% rename from Day #44 - Minimal Weather App With Api/README.md rename to Day 44 - Minimal Weather App With Api/README.md diff --git a/Day #44 - Minimal Weather App With Api/index.html b/Day 44 - Minimal Weather App With Api/index.html similarity index 100% rename from Day #44 - Minimal Weather App With Api/index.html rename to Day 44 - Minimal Weather App With Api/index.html diff --git a/Day #44 - Minimal Weather App With Api/index.js b/Day 44 - Minimal Weather App With Api/index.js similarity index 100% rename from Day #44 - Minimal Weather App With Api/index.js rename to Day 44 - Minimal Weather App With Api/index.js diff --git a/Day #44 - Minimal Weather App With Api/screenshot.jpg b/Day 44 - Minimal Weather App With Api/screenshot.jpg similarity index 100% rename from Day #44 - Minimal Weather App With Api/screenshot.jpg rename to Day 44 - Minimal Weather App With Api/screenshot.jpg diff --git a/Day #44 - Minimal Weather App With Api/style.css b/Day 44 - Minimal Weather App With Api/style.css similarity index 100% rename from Day #44 - Minimal Weather App With Api/style.css rename to Day 44 - Minimal Weather App With Api/style.css diff --git a/Day #45 - Particles Portfolio/README.md b/Day 45 - Particles Portfolio/README.md similarity index 100% rename from Day #45 - Particles Portfolio/README.md rename to Day 45 - Particles Portfolio/README.md diff --git a/Day #45 - Particles Portfolio/index.html b/Day 45 - Particles Portfolio/index.html similarity index 100% rename from Day #45 - Particles Portfolio/index.html rename to Day 45 - Particles Portfolio/index.html diff --git a/Day #45 - Particles Portfolio/index.js b/Day 45 - Particles Portfolio/index.js similarity index 100% rename from Day #45 - Particles Portfolio/index.js rename to Day 45 - Particles Portfolio/index.js diff --git a/Day #45 - Particles Portfolio/screenshot.jpg b/Day 45 - Particles Portfolio/screenshot.jpg similarity index 100% rename from Day #45 - Particles Portfolio/screenshot.jpg rename to Day 45 - Particles Portfolio/screenshot.jpg diff --git a/Day #45 - Particles Portfolio/style.css b/Day 45 - Particles Portfolio/style.css similarity index 100% rename from Day #45 - Particles Portfolio/style.css rename to Day 45 - Particles Portfolio/style.css diff --git a/Day #46 - Sudoku Solver/README.md b/Day 46 - Sudoku Solver/README.md similarity index 100% rename from Day #46 - Sudoku Solver/README.md rename to Day 46 - Sudoku Solver/README.md diff --git a/Day #46 - Sudoku Solver/index.html b/Day 46 - Sudoku Solver/index.html similarity index 100% rename from Day #46 - Sudoku Solver/index.html rename to Day 46 - Sudoku Solver/index.html diff --git a/Day #46 - Sudoku Solver/index.js b/Day 46 - Sudoku Solver/index.js similarity index 100% rename from Day #46 - Sudoku Solver/index.js rename to Day 46 - Sudoku Solver/index.js diff --git a/Day #46 - Sudoku Solver/screenshot.jpg b/Day 46 - Sudoku Solver/screenshot.jpg similarity index 100% rename from Day #46 - Sudoku Solver/screenshot.jpg rename to Day 46 - Sudoku Solver/screenshot.jpg diff --git a/Day #46 - Sudoku Solver/style.css b/Day 46 - Sudoku Solver/style.css similarity index 100% rename from Day #46 - Sudoku Solver/style.css rename to Day 46 - Sudoku Solver/style.css diff --git a/Day #47 - Text Encryptor/README.md b/Day 47 - Text Encryptor/README.md similarity index 100% rename from Day #47 - Text Encryptor/README.md rename to Day 47 - Text Encryptor/README.md diff --git a/Day #47 - Text Encryptor/index.html b/Day 47 - Text Encryptor/index.html similarity index 100% rename from Day #47 - Text Encryptor/index.html rename to Day 47 - Text Encryptor/index.html diff --git a/Day #47 - Text Encryptor/index.js b/Day 47 - Text Encryptor/index.js similarity index 100% rename from Day #47 - Text Encryptor/index.js rename to Day 47 - Text Encryptor/index.js diff --git a/Day #47 - Text Encryptor/screenshot.jpg b/Day 47 - Text Encryptor/screenshot.jpg similarity index 100% rename from Day #47 - Text Encryptor/screenshot.jpg rename to Day 47 - Text Encryptor/screenshot.jpg diff --git a/Day #47 - Text Encryptor/style.css b/Day 47 - Text Encryptor/style.css similarity index 100% rename from Day #47 - Text Encryptor/style.css rename to Day 47 - Text Encryptor/style.css diff --git a/Day #48 - Ai Image Generator/README.md b/Day 48 - Ai Image Generator/README.md similarity index 100% rename from Day #48 - Ai Image Generator/README.md rename to Day 48 - Ai Image Generator/README.md diff --git a/Day #48 - Ai Image Generator/index.html b/Day 48 - Ai Image Generator/index.html similarity index 100% rename from Day #48 - Ai Image Generator/index.html rename to Day 48 - Ai Image Generator/index.html diff --git a/Day #48 - Ai Image Generator/screenshot.jpg b/Day 48 - Ai Image Generator/screenshot.jpg similarity index 100% rename from Day #48 - Ai Image Generator/screenshot.jpg rename to Day 48 - Ai Image Generator/screenshot.jpg diff --git a/Day #48 - Ai Image Generator/script.js b/Day 48 - Ai Image Generator/script.js similarity index 100% rename from Day #48 - Ai Image Generator/script.js rename to Day 48 - Ai Image Generator/script.js diff --git a/Day #48 - Ai Image Generator/style.css b/Day 48 - Ai Image Generator/style.css similarity index 100% rename from Day #48 - Ai Image Generator/style.css rename to Day 48 - Ai Image Generator/style.css diff --git a/Day #49 - Chess Game/README.md b/Day 49 - Chess Game/README.md similarity index 100% rename from Day #49 - Chess Game/README.md rename to Day 49 - Chess Game/README.md diff --git a/Day #49 - Chess Game/css/chessboard-1.0.0.min.css b/Day 49 - Chess Game/css/chessboard-1.0.0.min.css similarity index 100% rename from Day #49 - Chess Game/css/chessboard-1.0.0.min.css rename to Day 49 - Chess Game/css/chessboard-1.0.0.min.css diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/bB.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/bB.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/bB.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/bB.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/bK.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/bK.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/bK.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/bK.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/bN.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/bN.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/bN.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/bN.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/bP.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/bP.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/bP.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/bP.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/bQ.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/bQ.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/bQ.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/bQ.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/bR.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/bR.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/bR.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/bR.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/wB.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/wB.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/wB.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/wB.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/wK.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/wK.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/wK.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/wK.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/wN.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/wN.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/wN.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/wN.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/wP.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/wP.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/wP.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/wP.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/wQ.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/wQ.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/wQ.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/wQ.png diff --git a/Day #49 - Chess Game/img/chesspieces/wikipedia/wR.png b/Day 49 - Chess Game/img/chesspieces/wikipedia/wR.png similarity index 100% rename from Day #49 - Chess Game/img/chesspieces/wikipedia/wR.png rename to Day 49 - Chess Game/img/chesspieces/wikipedia/wR.png diff --git a/Day #49 - Chess Game/index.html b/Day 49 - Chess Game/index.html similarity index 100% rename from Day #49 - Chess Game/index.html rename to Day 49 - Chess Game/index.html diff --git a/Day #49 - Chess Game/js/chessboard-1.0.0.min.js b/Day 49 - Chess Game/js/chessboard-1.0.0.min.js similarity index 100% rename from Day #49 - Chess Game/js/chessboard-1.0.0.min.js rename to Day 49 - Chess Game/js/chessboard-1.0.0.min.js diff --git a/Day #49 - Chess Game/screenshot.jpg b/Day 49 - Chess Game/screenshot.jpg similarity index 100% rename from Day #49 - Chess Game/screenshot.jpg rename to Day 49 - Chess Game/screenshot.jpg diff --git a/Day #49 - Chess Game/script.js b/Day 49 - Chess Game/script.js similarity index 100% rename from Day #49 - Chess Game/script.js rename to Day 49 - Chess Game/script.js diff --git a/Day #49 - Chess Game/style.css b/Day 49 - Chess Game/style.css similarity index 100% rename from Day #49 - Chess Game/style.css rename to Day 49 - Chess Game/style.css diff --git a/Day #05 - Detect Device Battery/README.md b/Day 5 - Detect Device Battery/README.md similarity index 100% rename from Day #05 - Detect Device Battery/README.md rename to Day 5 - Detect Device Battery/README.md diff --git a/Day #05 - Detect Device Battery/index.html b/Day 5 - Detect Device Battery/index.html similarity index 100% rename from Day #05 - Detect Device Battery/index.html rename to Day 5 - Detect Device Battery/index.html diff --git a/Day #05 - Detect Device Battery/index.js b/Day 5 - Detect Device Battery/index.js similarity index 100% rename from Day #05 - Detect Device Battery/index.js rename to Day 5 - Detect Device Battery/index.js diff --git a/Day #05 - Detect Device Battery/screenshot.jpg b/Day 5 - Detect Device Battery/screenshot.jpg similarity index 100% rename from Day #05 - Detect Device Battery/screenshot.jpg rename to Day 5 - Detect Device Battery/screenshot.jpg diff --git a/Day #05 - Detect Device Battery/style.css b/Day 5 - Detect Device Battery/style.css similarity index 100% rename from Day #05 - Detect Device Battery/style.css rename to Day 5 - Detect Device Battery/style.css diff --git a/Day #50 - Food Recipe App/README.md b/Day 50 - Food Recipe App/README.md similarity index 100% rename from Day #50 - Food Recipe App/README.md rename to Day 50 - Food Recipe App/README.md diff --git a/Day #50 - Food Recipe App/index.html b/Day 50 - Food Recipe App/index.html similarity index 100% rename from Day #50 - Food Recipe App/index.html rename to Day 50 - Food Recipe App/index.html diff --git a/Day #50 - Food Recipe App/screenshot.jpg b/Day 50 - Food Recipe App/screenshot.jpg similarity index 100% rename from Day #50 - Food Recipe App/screenshot.jpg rename to Day 50 - Food Recipe App/screenshot.jpg diff --git a/Day #50 - Food Recipe App/script.js b/Day 50 - Food Recipe App/script.js similarity index 100% rename from Day #50 - Food Recipe App/script.js rename to Day 50 - Food Recipe App/script.js diff --git a/Day #50 - Food Recipe App/style.css b/Day 50 - Food Recipe App/style.css similarity index 100% rename from Day #50 - Food Recipe App/style.css rename to Day 50 - Food Recipe App/style.css diff --git a/Day #51 - Draggable Profile Card/README.md b/Day 51 - Draggable Profile Card/README.md similarity index 100% rename from Day #51 - Draggable Profile Card/README.md rename to Day 51 - Draggable Profile Card/README.md diff --git a/Day #51 - Draggable Profile Card/background.jpg b/Day 51 - Draggable Profile Card/background.jpg similarity index 100% rename from Day #51 - Draggable Profile Card/background.jpg rename to Day 51 - Draggable Profile Card/background.jpg diff --git a/Day #51 - Draggable Profile Card/index.html b/Day 51 - Draggable Profile Card/index.html similarity index 100% rename from Day #51 - Draggable Profile Card/index.html rename to Day 51 - Draggable Profile Card/index.html diff --git a/Day #51 - Draggable Profile Card/logo.png b/Day 51 - Draggable Profile Card/logo.png similarity index 100% rename from Day #51 - Draggable Profile Card/logo.png rename to Day 51 - Draggable Profile Card/logo.png diff --git a/Day #51 - Draggable Profile Card/screenshot.jpg b/Day 51 - Draggable Profile Card/screenshot.jpg similarity index 100% rename from Day #51 - Draggable Profile Card/screenshot.jpg rename to Day 51 - Draggable Profile Card/screenshot.jpg diff --git a/Day #51 - Draggable Profile Card/script.js b/Day 51 - Draggable Profile Card/script.js similarity index 100% rename from Day #51 - Draggable Profile Card/script.js rename to Day 51 - Draggable Profile Card/script.js diff --git a/Day #51 - Draggable Profile Card/style.css b/Day 51 - Draggable Profile Card/style.css similarity index 100% rename from Day #51 - Draggable Profile Card/style.css rename to Day 51 - Draggable Profile Card/style.css diff --git a/Day #52 - Email Sender App/README.md b/Day 52 - Email Sender App/README.md similarity index 100% rename from Day #52 - Email Sender App/README.md rename to Day 52 - Email Sender App/README.md diff --git a/Day #52 - Email Sender App/index.html b/Day 52 - Email Sender App/index.html similarity index 100% rename from Day #52 - Email Sender App/index.html rename to Day 52 - Email Sender App/index.html diff --git a/Day #52 - Email Sender App/screenshot.jpg b/Day 52 - Email Sender App/screenshot.jpg similarity index 100% rename from Day #52 - Email Sender App/screenshot.jpg rename to Day 52 - Email Sender App/screenshot.jpg diff --git a/Day #52 - Email Sender App/script.js b/Day 52 - Email Sender App/script.js similarity index 100% rename from Day #52 - Email Sender App/script.js rename to Day 52 - Email Sender App/script.js diff --git a/Day #52 - Email Sender App/style.css b/Day 52 - Email Sender App/style.css similarity index 100% rename from Day #52 - Email Sender App/style.css rename to Day 52 - Email Sender App/style.css diff --git a/Day #53 - Url Shortner/README.md b/Day 53 - Url Shortner/README.md similarity index 100% rename from Day #53 - Url Shortner/README.md rename to Day 53 - Url Shortner/README.md diff --git a/Day #53 - Url Shortner/index.html b/Day 53 - Url Shortner/index.html similarity index 100% rename from Day #53 - Url Shortner/index.html rename to Day 53 - Url Shortner/index.html diff --git a/Day #53 - Url Shortner/screenshot.jpg b/Day 53 - Url Shortner/screenshot.jpg similarity index 100% rename from Day #53 - Url Shortner/screenshot.jpg rename to Day 53 - Url Shortner/screenshot.jpg diff --git a/Day #53 - Url Shortner/script.js b/Day 53 - Url Shortner/script.js similarity index 100% rename from Day #53 - Url Shortner/script.js rename to Day 53 - Url Shortner/script.js diff --git a/Day #53 - Url Shortner/style.css b/Day 53 - Url Shortner/style.css similarity index 100% rename from Day #53 - Url Shortner/style.css rename to Day 53 - Url Shortner/style.css diff --git a/Day #54 - Glassmorphism Creator/README.md b/Day 54 - Glassmorphism Creator/README.md similarity index 100% rename from Day #54 - Glassmorphism Creator/README.md rename to Day 54 - Glassmorphism Creator/README.md diff --git a/Day #54 - Glassmorphism Creator/Usage Example/index.html b/Day 54 - Glassmorphism Creator/Usage Example/index.html similarity index 100% rename from Day #54 - Glassmorphism Creator/Usage Example/index.html rename to Day 54 - Glassmorphism Creator/Usage Example/index.html diff --git a/Day #54 - Glassmorphism Creator/Usage Example/style.css b/Day 54 - Glassmorphism Creator/Usage Example/style.css similarity index 100% rename from Day #54 - Glassmorphism Creator/Usage Example/style.css rename to Day 54 - Glassmorphism Creator/Usage Example/style.css diff --git a/Day #54 - Glassmorphism Creator/index.html b/Day 54 - Glassmorphism Creator/index.html similarity index 100% rename from Day #54 - Glassmorphism Creator/index.html rename to Day 54 - Glassmorphism Creator/index.html diff --git a/Day #54 - Glassmorphism Creator/screenshot.jpg b/Day 54 - Glassmorphism Creator/screenshot.jpg similarity index 100% rename from Day #54 - Glassmorphism Creator/screenshot.jpg rename to Day 54 - Glassmorphism Creator/screenshot.jpg diff --git a/Day #54 - Glassmorphism Creator/script.js b/Day 54 - Glassmorphism Creator/script.js similarity index 100% rename from Day #54 - Glassmorphism Creator/script.js rename to Day 54 - Glassmorphism Creator/script.js diff --git a/Day #54 - Glassmorphism Creator/style.css b/Day 54 - Glassmorphism Creator/style.css similarity index 100% rename from Day #54 - Glassmorphism Creator/style.css rename to Day 54 - Glassmorphism Creator/style.css diff --git a/Day #55 - Alarm App/README.md b/Day 55 - Alarm App/README.md similarity index 100% rename from Day #55 - Alarm App/README.md rename to Day 55 - Alarm App/README.md diff --git a/Day #55 - Alarm App/alarm.mp3 b/Day 55 - Alarm App/alarm.mp3 similarity index 100% rename from Day #55 - Alarm App/alarm.mp3 rename to Day 55 - Alarm App/alarm.mp3 diff --git a/Day #55 - Alarm App/index.html b/Day 55 - Alarm App/index.html similarity index 100% rename from Day #55 - Alarm App/index.html rename to Day 55 - Alarm App/index.html diff --git a/Day #55 - Alarm App/screenshot.jpg b/Day 55 - Alarm App/screenshot.jpg similarity index 100% rename from Day #55 - Alarm App/screenshot.jpg rename to Day 55 - Alarm App/screenshot.jpg diff --git a/Day #55 - Alarm App/script.js b/Day 55 - Alarm App/script.js similarity index 100% rename from Day #55 - Alarm App/script.js rename to Day 55 - Alarm App/script.js diff --git a/Day #55 - Alarm App/style.css b/Day 55 - Alarm App/style.css similarity index 100% rename from Day #55 - Alarm App/style.css rename to Day 55 - Alarm App/style.css diff --git a/Day #56 - Image Color Picker/README.md b/Day 56 - Image Color Picker/README.md similarity index 100% rename from Day #56 - Image Color Picker/README.md rename to Day 56 - Image Color Picker/README.md diff --git a/Day #56 - Image Color Picker/bg.jpg b/Day 56 - Image Color Picker/bg.jpg similarity index 100% rename from Day #56 - Image Color Picker/bg.jpg rename to Day 56 - Image Color Picker/bg.jpg diff --git a/Day #56 - Image Color Picker/index.html b/Day 56 - Image Color Picker/index.html similarity index 100% rename from Day #56 - Image Color Picker/index.html rename to Day 56 - Image Color Picker/index.html diff --git a/Day #56 - Image Color Picker/screenshot.jpg b/Day 56 - Image Color Picker/screenshot.jpg similarity index 100% rename from Day #56 - Image Color Picker/screenshot.jpg rename to Day 56 - Image Color Picker/screenshot.jpg diff --git a/Day #56 - Image Color Picker/script.js b/Day 56 - Image Color Picker/script.js similarity index 100% rename from Day #56 - Image Color Picker/script.js rename to Day 56 - Image Color Picker/script.js diff --git a/Day #56 - Image Color Picker/style.css b/Day 56 - Image Color Picker/style.css similarity index 100% rename from Day #56 - Image Color Picker/style.css rename to Day 56 - Image Color Picker/style.css diff --git a/Day #57 - 2048 Game/README.md b/Day 57 - 2048 Game/README.md similarity index 100% rename from Day #57 - 2048 Game/README.md rename to Day 57 - 2048 Game/README.md diff --git a/Day #57 - 2048 Game/index.html b/Day 57 - 2048 Game/index.html similarity index 100% rename from Day #57 - 2048 Game/index.html rename to Day 57 - 2048 Game/index.html diff --git a/Day #57 - 2048 Game/screenshot.jpg b/Day 57 - 2048 Game/screenshot.jpg similarity index 100% rename from Day #57 - 2048 Game/screenshot.jpg rename to Day 57 - 2048 Game/screenshot.jpg diff --git a/Day #57 - 2048 Game/script.js b/Day 57 - 2048 Game/script.js similarity index 100% rename from Day #57 - 2048 Game/script.js rename to Day 57 - 2048 Game/script.js diff --git a/Day #57 - 2048 Game/style.css b/Day 57 - 2048 Game/style.css similarity index 100% rename from Day #57 - 2048 Game/style.css rename to Day 57 - 2048 Game/style.css diff --git a/Day #58 - Games Release Calendar/README.md b/Day 58 - Games Release Calendar/README.md similarity index 100% rename from Day #58 - Games Release Calendar/README.md rename to Day 58 - Games Release Calendar/README.md diff --git a/Day #58 - Games Release Calendar/index.html b/Day 58 - Games Release Calendar/index.html similarity index 100% rename from Day #58 - Games Release Calendar/index.html rename to Day 58 - Games Release Calendar/index.html diff --git a/Day #58 - Games Release Calendar/screenshot.png b/Day 58 - Games Release Calendar/screenshot.png similarity index 100% rename from Day #58 - Games Release Calendar/screenshot.png rename to Day 58 - Games Release Calendar/screenshot.png diff --git a/Day #58 - Games Release Calendar/script.js b/Day 58 - Games Release Calendar/script.js similarity index 100% rename from Day #58 - Games Release Calendar/script.js rename to Day 58 - Games Release Calendar/script.js diff --git a/Day #58 - Games Release Calendar/style.css b/Day 58 - Games Release Calendar/style.css similarity index 100% rename from Day #58 - Games Release Calendar/style.css rename to Day 58 - Games Release Calendar/style.css diff --git a/Day #59 - Snake Pong/README.md b/Day 59 - Snake Pong/README.md similarity index 100% rename from Day #59 - Snake Pong/README.md rename to Day 59 - Snake Pong/README.md diff --git a/Day #59 - Snake Pong/index.html b/Day 59 - Snake Pong/index.html similarity index 100% rename from Day #59 - Snake Pong/index.html rename to Day 59 - Snake Pong/index.html diff --git a/Day #59 - Snake Pong/screenshot.jpg b/Day 59 - Snake Pong/screenshot.jpg similarity index 100% rename from Day #59 - Snake Pong/screenshot.jpg rename to Day 59 - Snake Pong/screenshot.jpg diff --git a/Day #59 - Snake Pong/script.js b/Day 59 - Snake Pong/script.js similarity index 100% rename from Day #59 - Snake Pong/script.js rename to Day 59 - Snake Pong/script.js diff --git a/Day #59 - Snake Pong/style.css b/Day 59 - Snake Pong/style.css similarity index 100% rename from Day #59 - Snake Pong/style.css rename to Day 59 - Snake Pong/style.css diff --git a/Day #60 - Wikipedia Searcher/README.md b/Day 60 - Wikipedia Searcher/README.md similarity index 100% rename from Day #60 - Wikipedia Searcher/README.md rename to Day 60 - Wikipedia Searcher/README.md diff --git a/Day #60 - Wikipedia Searcher/index.html b/Day 60 - Wikipedia Searcher/index.html similarity index 100% rename from Day #60 - Wikipedia Searcher/index.html rename to Day 60 - Wikipedia Searcher/index.html diff --git a/Day #60 - Wikipedia Searcher/screenshot.jpg b/Day 60 - Wikipedia Searcher/screenshot.jpg similarity index 100% rename from Day #60 - Wikipedia Searcher/screenshot.jpg rename to Day 60 - Wikipedia Searcher/screenshot.jpg diff --git a/Day #60 - Wikipedia Searcher/script.js b/Day 60 - Wikipedia Searcher/script.js similarity index 100% rename from Day #60 - Wikipedia Searcher/script.js rename to Day 60 - Wikipedia Searcher/script.js diff --git a/Day #60 - Wikipedia Searcher/style.css b/Day 60 - Wikipedia Searcher/style.css similarity index 100% rename from Day #60 - Wikipedia Searcher/style.css rename to Day 60 - Wikipedia Searcher/style.css diff --git a/Day #61 - Api Quiz Game/README.md b/Day 61 - Api Quiz Game/README.md similarity index 100% rename from Day #61 - Api Quiz Game/README.md rename to Day 61 - Api Quiz Game/README.md diff --git a/Day #61 - Api Quiz Game/index.html b/Day 61 - Api Quiz Game/index.html similarity index 100% rename from Day #61 - Api Quiz Game/index.html rename to Day 61 - Api Quiz Game/index.html diff --git a/Day #61 - Api Quiz Game/screenshot.jpg b/Day 61 - Api Quiz Game/screenshot.jpg similarity index 100% rename from Day #61 - Api Quiz Game/screenshot.jpg rename to Day 61 - Api Quiz Game/screenshot.jpg diff --git a/Day #61 - Api Quiz Game/script.js b/Day 61 - Api Quiz Game/script.js similarity index 100% rename from Day #61 - Api Quiz Game/script.js rename to Day 61 - Api Quiz Game/script.js diff --git a/Day #61 - Api Quiz Game/style.css b/Day 61 - Api Quiz Game/style.css similarity index 100% rename from Day #61 - Api Quiz Game/style.css rename to Day 61 - Api Quiz Game/style.css diff --git a/Day #62 - Chrome Todo Extension/README.md b/Day 62 - Chrome Todo Extension/README.md similarity index 100% rename from Day #62 - Chrome Todo Extension/README.md rename to Day 62 - Chrome Todo Extension/README.md diff --git a/Day #62 - Chrome Todo Extension/icons/icon128.png b/Day 62 - Chrome Todo Extension/icons/icon128.png similarity index 100% rename from Day #62 - Chrome Todo Extension/icons/icon128.png rename to Day 62 - Chrome Todo Extension/icons/icon128.png diff --git a/Day #62 - Chrome Todo Extension/icons/icon16.png b/Day 62 - Chrome Todo Extension/icons/icon16.png similarity index 100% rename from Day #62 - Chrome Todo Extension/icons/icon16.png rename to Day 62 - Chrome Todo Extension/icons/icon16.png diff --git a/Day #62 - Chrome Todo Extension/icons/icon32.png b/Day 62 - Chrome Todo Extension/icons/icon32.png similarity index 100% rename from Day #62 - Chrome Todo Extension/icons/icon32.png rename to Day 62 - Chrome Todo Extension/icons/icon32.png diff --git a/Day #62 - Chrome Todo Extension/index.html b/Day 62 - Chrome Todo Extension/index.html similarity index 100% rename from Day #62 - Chrome Todo Extension/index.html rename to Day 62 - Chrome Todo Extension/index.html diff --git a/Day #62 - Chrome Todo Extension/manifest.json b/Day 62 - Chrome Todo Extension/manifest.json similarity index 100% rename from Day #62 - Chrome Todo Extension/manifest.json rename to Day 62 - Chrome Todo Extension/manifest.json diff --git a/Day #62 - Chrome Todo Extension/screenshot.jpg b/Day 62 - Chrome Todo Extension/screenshot.jpg similarity index 100% rename from Day #62 - Chrome Todo Extension/screenshot.jpg rename to Day 62 - Chrome Todo Extension/screenshot.jpg diff --git a/Day #62 - Chrome Todo Extension/script.js b/Day 62 - Chrome Todo Extension/script.js similarity index 100% rename from Day #62 - Chrome Todo Extension/script.js rename to Day 62 - Chrome Todo Extension/script.js diff --git a/Day #62 - Chrome Todo Extension/style.css b/Day 62 - Chrome Todo Extension/style.css similarity index 100% rename from Day #62 - Chrome Todo Extension/style.css rename to Day 62 - Chrome Todo Extension/style.css diff --git a/Day #63 - Chrome Translator Extension/README.md b/Day 63 - Chrome Translator Extension/README.md similarity index 100% rename from Day #63 - Chrome Translator Extension/README.md rename to Day 63 - Chrome Translator Extension/README.md diff --git a/Day #63 - Chrome Translator Extension/countries.js b/Day 63 - Chrome Translator Extension/countries.js similarity index 100% rename from Day #63 - Chrome Translator Extension/countries.js rename to Day 63 - Chrome Translator Extension/countries.js diff --git a/Day #63 - Chrome Translator Extension/icons/icon128.png b/Day 63 - Chrome Translator Extension/icons/icon128.png similarity index 100% rename from Day #63 - Chrome Translator Extension/icons/icon128.png rename to Day 63 - Chrome Translator Extension/icons/icon128.png diff --git a/Day #63 - Chrome Translator Extension/icons/icon16.png b/Day 63 - Chrome Translator Extension/icons/icon16.png similarity index 100% rename from Day #63 - Chrome Translator Extension/icons/icon16.png rename to Day 63 - Chrome Translator Extension/icons/icon16.png diff --git a/Day #63 - Chrome Translator Extension/icons/icon32.png b/Day 63 - Chrome Translator Extension/icons/icon32.png similarity index 100% rename from Day #63 - Chrome Translator Extension/icons/icon32.png rename to Day 63 - Chrome Translator Extension/icons/icon32.png diff --git a/Day #63 - Chrome Translator Extension/icons/icon64.png b/Day 63 - Chrome Translator Extension/icons/icon64.png similarity index 100% rename from Day #63 - Chrome Translator Extension/icons/icon64.png rename to Day 63 - Chrome Translator Extension/icons/icon64.png diff --git a/Day #63 - Chrome Translator Extension/index.html b/Day 63 - Chrome Translator Extension/index.html similarity index 100% rename from Day #63 - Chrome Translator Extension/index.html rename to Day 63 - Chrome Translator Extension/index.html diff --git a/Day #63 - Chrome Translator Extension/manifest.json b/Day 63 - Chrome Translator Extension/manifest.json similarity index 100% rename from Day #63 - Chrome Translator Extension/manifest.json rename to Day 63 - Chrome Translator Extension/manifest.json diff --git a/Day #63 - Chrome Translator Extension/screenshot.jpg b/Day 63 - Chrome Translator Extension/screenshot.jpg similarity index 100% rename from Day #63 - Chrome Translator Extension/screenshot.jpg rename to Day 63 - Chrome Translator Extension/screenshot.jpg diff --git a/Day #63 - Chrome Translator Extension/script.js b/Day 63 - Chrome Translator Extension/script.js similarity index 100% rename from Day #63 - Chrome Translator Extension/script.js rename to Day 63 - Chrome Translator Extension/script.js diff --git a/Day #63 - Chrome Translator Extension/style.css b/Day 63 - Chrome Translator Extension/style.css similarity index 100% rename from Day #63 - Chrome Translator Extension/style.css rename to Day 63 - Chrome Translator Extension/style.css diff --git a/Day #64 - Speech To Text/README.md b/Day 64 - Speech To Text/README.md similarity index 100% rename from Day #64 - Speech To Text/README.md rename to Day 64 - Speech To Text/README.md diff --git a/Day #64 - Speech To Text/index.html b/Day 64 - Speech To Text/index.html similarity index 100% rename from Day #64 - Speech To Text/index.html rename to Day 64 - Speech To Text/index.html diff --git a/Day #64 - Speech To Text/languages.js b/Day 64 - Speech To Text/languages.js similarity index 100% rename from Day #64 - Speech To Text/languages.js rename to Day 64 - Speech To Text/languages.js diff --git a/Day #64 - Speech To Text/screenshot.jpg b/Day 64 - Speech To Text/screenshot.jpg similarity index 100% rename from Day #64 - Speech To Text/screenshot.jpg rename to Day 64 - Speech To Text/screenshot.jpg diff --git a/Day #64 - Speech To Text/script.js b/Day 64 - Speech To Text/script.js similarity index 100% rename from Day #64 - Speech To Text/script.js rename to Day 64 - Speech To Text/script.js diff --git a/Day #64 - Speech To Text/style.css b/Day 64 - Speech To Text/style.css similarity index 100% rename from Day #64 - Speech To Text/style.css rename to Day 64 - Speech To Text/style.css diff --git a/Day #65 - Capture Screen Shot/README.md b/Day 65 - Capture Screen Shot/README.md similarity index 100% rename from Day #65 - Capture Screen Shot/README.md rename to Day 65 - Capture Screen Shot/README.md diff --git a/Day #65 - Capture Screen Shot/index.html b/Day 65 - Capture Screen Shot/index.html similarity index 100% rename from Day #65 - Capture Screen Shot/index.html rename to Day 65 - Capture Screen Shot/index.html diff --git a/Day #65 - Capture Screen Shot/screenshot.jpg b/Day 65 - Capture Screen Shot/screenshot.jpg similarity index 100% rename from Day #65 - Capture Screen Shot/screenshot.jpg rename to Day 65 - Capture Screen Shot/screenshot.jpg diff --git a/Day #65 - Capture Screen Shot/script.js b/Day 65 - Capture Screen Shot/script.js similarity index 100% rename from Day #65 - Capture Screen Shot/script.js rename to Day 65 - Capture Screen Shot/script.js diff --git a/Day #65 - Capture Screen Shot/style.css b/Day 65 - Capture Screen Shot/style.css similarity index 100% rename from Day #65 - Capture Screen Shot/style.css rename to Day 65 - Capture Screen Shot/style.css diff --git a/Day #66 - Live Chart Generator/README.md b/Day 66 - Live Chart Generator/README.md similarity index 100% rename from Day #66 - Live Chart Generator/README.md rename to Day 66 - Live Chart Generator/README.md diff --git a/Day #66 - Live Chart Generator/index.html b/Day 66 - Live Chart Generator/index.html similarity index 100% rename from Day #66 - Live Chart Generator/index.html rename to Day 66 - Live Chart Generator/index.html diff --git a/Day #66 - Live Chart Generator/screenshot.jpg b/Day 66 - Live Chart Generator/screenshot.jpg similarity index 100% rename from Day #66 - Live Chart Generator/screenshot.jpg rename to Day 66 - Live Chart Generator/screenshot.jpg diff --git a/Day #66 - Live Chart Generator/script.js b/Day 66 - Live Chart Generator/script.js similarity index 100% rename from Day #66 - Live Chart Generator/script.js rename to Day 66 - Live Chart Generator/script.js diff --git a/Day #66 - Live Chart Generator/style.css b/Day 66 - Live Chart Generator/style.css similarity index 100% rename from Day #66 - Live Chart Generator/style.css rename to Day 66 - Live Chart Generator/style.css diff --git a/Day #67 - Capthca App/README.md b/Day 67 - Capthca App/README.md similarity index 100% rename from Day #67 - Capthca App/README.md rename to Day 67 - Capthca App/README.md diff --git a/Day #67 - Capthca App/bg.png b/Day 67 - Capthca App/bg.png similarity index 100% rename from Day #67 - Capthca App/bg.png rename to Day 67 - Capthca App/bg.png diff --git a/Day #67 - Capthca App/index.html b/Day 67 - Capthca App/index.html similarity index 100% rename from Day #67 - Capthca App/index.html rename to Day 67 - Capthca App/index.html diff --git a/Day #67 - Capthca App/screenshot.jpg b/Day 67 - Capthca App/screenshot.jpg similarity index 100% rename from Day #67 - Capthca App/screenshot.jpg rename to Day 67 - Capthca App/screenshot.jpg diff --git a/Day #67 - Capthca App/script.js b/Day 67 - Capthca App/script.js similarity index 100% rename from Day #67 - Capthca App/script.js rename to Day 67 - Capthca App/script.js diff --git a/Day #67 - Capthca App/style.css b/Day 67 - Capthca App/style.css similarity index 100% rename from Day #67 - Capthca App/style.css rename to Day 67 - Capthca App/style.css diff --git a/Day #68 - JSON Parser/README.md b/Day 68 - JSON Parser/README.md similarity index 100% rename from Day #68 - JSON Parser/README.md rename to Day 68 - JSON Parser/README.md diff --git a/Day #68 - JSON Parser/Test.json b/Day 68 - JSON Parser/Test.json similarity index 100% rename from Day #68 - JSON Parser/Test.json rename to Day 68 - JSON Parser/Test.json diff --git a/Day #68 - JSON Parser/index.html b/Day 68 - JSON Parser/index.html similarity index 100% rename from Day #68 - JSON Parser/index.html rename to Day 68 - JSON Parser/index.html diff --git a/Day #68 - JSON Parser/screenshot.jpg b/Day 68 - JSON Parser/screenshot.jpg similarity index 100% rename from Day #68 - JSON Parser/screenshot.jpg rename to Day 68 - JSON Parser/screenshot.jpg diff --git a/Day #68 - JSON Parser/script.js b/Day 68 - JSON Parser/script.js similarity index 100% rename from Day #68 - JSON Parser/script.js rename to Day 68 - JSON Parser/script.js diff --git a/Day #68 - JSON Parser/style.css b/Day 68 - JSON Parser/style.css similarity index 100% rename from Day #68 - JSON Parser/style.css rename to Day 68 - JSON Parser/style.css diff --git a/Day #69 - JavaScript Form Validator/README.md b/Day 69 - JavaScript Form Validator/README.md similarity index 100% rename from Day #69 - JavaScript Form Validator/README.md rename to Day 69 - JavaScript Form Validator/README.md diff --git a/Day #69 - JavaScript Form Validator/bg.png b/Day 69 - JavaScript Form Validator/bg.png similarity index 100% rename from Day #69 - JavaScript Form Validator/bg.png rename to Day 69 - JavaScript Form Validator/bg.png diff --git a/Day #69 - JavaScript Form Validator/index.html b/Day 69 - JavaScript Form Validator/index.html similarity index 100% rename from Day #69 - JavaScript Form Validator/index.html rename to Day 69 - JavaScript Form Validator/index.html diff --git a/Day #69 - JavaScript Form Validator/screenshot.jpg b/Day 69 - JavaScript Form Validator/screenshot.jpg similarity index 100% rename from Day #69 - JavaScript Form Validator/screenshot.jpg rename to Day 69 - JavaScript Form Validator/screenshot.jpg diff --git a/Day #69 - JavaScript Form Validator/script.js b/Day 69 - JavaScript Form Validator/script.js similarity index 100% rename from Day #69 - JavaScript Form Validator/script.js rename to Day 69 - JavaScript Form Validator/script.js diff --git a/Day #69 - JavaScript Form Validator/style.css b/Day 69 - JavaScript Form Validator/style.css similarity index 100% rename from Day #69 - JavaScript Form Validator/style.css rename to Day 69 - JavaScript Form Validator/style.css diff --git a/Day #70 - Event Calendar/README.md b/Day 70 - Event Calendar/README.md similarity index 100% rename from Day #70 - Event Calendar/README.md rename to Day 70 - Event Calendar/README.md diff --git a/Day #70 - Event Calendar/index.html b/Day 70 - Event Calendar/index.html similarity index 100% rename from Day #70 - Event Calendar/index.html rename to Day 70 - Event Calendar/index.html diff --git a/Day #70 - Event Calendar/screenshot.png b/Day 70 - Event Calendar/screenshot.png similarity index 100% rename from Day #70 - Event Calendar/screenshot.png rename to Day 70 - Event Calendar/screenshot.png diff --git a/Day #70 - Event Calendar/script.js b/Day 70 - Event Calendar/script.js similarity index 100% rename from Day #70 - Event Calendar/script.js rename to Day 70 - Event Calendar/script.js diff --git a/Day #70 - Event Calendar/style.css b/Day 70 - Event Calendar/style.css similarity index 100% rename from Day #70 - Event Calendar/style.css rename to Day 70 - Event Calendar/style.css diff --git a/Day #71 - News Aggregator App/README.md b/Day 71 - News Aggregator App/README.md similarity index 100% rename from Day #71 - News Aggregator App/README.md rename to Day 71 - News Aggregator App/README.md diff --git a/Day #71 - News Aggregator App/index.html b/Day 71 - News Aggregator App/index.html similarity index 100% rename from Day #71 - News Aggregator App/index.html rename to Day 71 - News Aggregator App/index.html diff --git a/Day #71 - News Aggregator App/screenshot.jpg b/Day 71 - News Aggregator App/screenshot.jpg similarity index 100% rename from Day #71 - News Aggregator App/screenshot.jpg rename to Day 71 - News Aggregator App/screenshot.jpg diff --git a/Day #71 - News Aggregator App/script.js b/Day 71 - News Aggregator App/script.js similarity index 100% rename from Day #71 - News Aggregator App/script.js rename to Day 71 - News Aggregator App/script.js diff --git a/Day #71 - News Aggregator App/style.css b/Day 71 - News Aggregator App/style.css similarity index 100% rename from Day #71 - News Aggregator App/style.css rename to Day 71 - News Aggregator App/style.css diff --git a/Day #72 - Common Sliders/Card Slider/assets/profile-1.png b/Day 72 - Common Sliders/Card Slider/assets/profile-1.png similarity index 100% rename from Day #72 - Common Sliders/Card Slider/assets/profile-1.png rename to Day 72 - Common Sliders/Card Slider/assets/profile-1.png diff --git a/Day #72 - Common Sliders/Card Slider/assets/profile-2.png b/Day 72 - Common Sliders/Card Slider/assets/profile-2.png similarity index 100% rename from Day #72 - Common Sliders/Card Slider/assets/profile-2.png rename to Day 72 - Common Sliders/Card Slider/assets/profile-2.png diff --git a/Day #72 - Common Sliders/Card Slider/index.html b/Day 72 - Common Sliders/Card Slider/index.html similarity index 100% rename from Day #72 - Common Sliders/Card Slider/index.html rename to Day 72 - Common Sliders/Card Slider/index.html diff --git a/Day #72 - Common Sliders/Card Slider/script.js b/Day 72 - Common Sliders/Card Slider/script.js similarity index 100% rename from Day #72 - Common Sliders/Card Slider/script.js rename to Day 72 - Common Sliders/Card Slider/script.js diff --git a/Day #72 - Common Sliders/Card Slider/style.css b/Day 72 - Common Sliders/Card Slider/style.css similarity index 100% rename from Day #72 - Common Sliders/Card Slider/style.css rename to Day 72 - Common Sliders/Card Slider/style.css diff --git a/Day #72 - Common Sliders/Draggable Slider/assets/image-1.jpg b/Day 72 - Common Sliders/Draggable Slider/assets/image-1.jpg similarity index 100% rename from Day #72 - Common Sliders/Draggable Slider/assets/image-1.jpg rename to Day 72 - Common Sliders/Draggable Slider/assets/image-1.jpg diff --git a/Day #72 - Common Sliders/Draggable Slider/assets/image-2.jpg b/Day 72 - Common Sliders/Draggable Slider/assets/image-2.jpg similarity index 100% rename from Day #72 - Common Sliders/Draggable Slider/assets/image-2.jpg rename to Day 72 - Common Sliders/Draggable Slider/assets/image-2.jpg diff --git a/Day #72 - Common Sliders/Draggable Slider/assets/image-3.jpg b/Day 72 - Common Sliders/Draggable Slider/assets/image-3.jpg similarity index 100% rename from Day #72 - Common Sliders/Draggable Slider/assets/image-3.jpg rename to Day 72 - Common Sliders/Draggable Slider/assets/image-3.jpg diff --git a/Day #72 - Common Sliders/Draggable Slider/assets/image-4.jpg b/Day 72 - Common Sliders/Draggable Slider/assets/image-4.jpg similarity index 100% rename from Day #72 - Common Sliders/Draggable Slider/assets/image-4.jpg rename to Day 72 - Common Sliders/Draggable Slider/assets/image-4.jpg diff --git a/Day #72 - Common Sliders/Draggable Slider/index.html b/Day 72 - Common Sliders/Draggable Slider/index.html similarity index 100% rename from Day #72 - Common Sliders/Draggable Slider/index.html rename to Day 72 - Common Sliders/Draggable Slider/index.html diff --git a/Day #72 - Common Sliders/Draggable Slider/script.js b/Day 72 - Common Sliders/Draggable Slider/script.js similarity index 100% rename from Day #72 - Common Sliders/Draggable Slider/script.js rename to Day 72 - Common Sliders/Draggable Slider/script.js diff --git a/Day #72 - Common Sliders/Draggable Slider/style.css b/Day 72 - Common Sliders/Draggable Slider/style.css similarity index 100% rename from Day #72 - Common Sliders/Draggable Slider/style.css rename to Day 72 - Common Sliders/Draggable Slider/style.css diff --git a/Day #72 - Common Sliders/Image Slider/.vscode/settings.json b/Day 72 - Common Sliders/Image Slider/.vscode/settings.json similarity index 100% rename from Day #72 - Common Sliders/Image Slider/.vscode/settings.json rename to Day 72 - Common Sliders/Image Slider/.vscode/settings.json diff --git a/Day #72 - Common Sliders/Image Slider/assets/image-1.jpg b/Day 72 - Common Sliders/Image Slider/assets/image-1.jpg similarity index 100% rename from Day #72 - Common Sliders/Image Slider/assets/image-1.jpg rename to Day 72 - Common Sliders/Image Slider/assets/image-1.jpg diff --git a/Day #72 - Common Sliders/Image Slider/assets/image-2.jpg b/Day 72 - Common Sliders/Image Slider/assets/image-2.jpg similarity index 100% rename from Day #72 - Common Sliders/Image Slider/assets/image-2.jpg rename to Day 72 - Common Sliders/Image Slider/assets/image-2.jpg diff --git a/Day #72 - Common Sliders/Image Slider/assets/image-3.jpg b/Day 72 - Common Sliders/Image Slider/assets/image-3.jpg similarity index 100% rename from Day #72 - Common Sliders/Image Slider/assets/image-3.jpg rename to Day 72 - Common Sliders/Image Slider/assets/image-3.jpg diff --git a/Day #72 - Common Sliders/Image Slider/assets/image-4.jpg b/Day 72 - Common Sliders/Image Slider/assets/image-4.jpg similarity index 100% rename from Day #72 - Common Sliders/Image Slider/assets/image-4.jpg rename to Day 72 - Common Sliders/Image Slider/assets/image-4.jpg diff --git a/Day #72 - Common Sliders/Image Slider/index.html b/Day 72 - Common Sliders/Image Slider/index.html similarity index 100% rename from Day #72 - Common Sliders/Image Slider/index.html rename to Day 72 - Common Sliders/Image Slider/index.html diff --git a/Day #72 - Common Sliders/Image Slider/script.js b/Day 72 - Common Sliders/Image Slider/script.js similarity index 100% rename from Day #72 - Common Sliders/Image Slider/script.js rename to Day 72 - Common Sliders/Image Slider/script.js diff --git a/Day #72 - Common Sliders/Image Slider/style.css b/Day 72 - Common Sliders/Image Slider/style.css similarity index 100% rename from Day #72 - Common Sliders/Image Slider/style.css rename to Day 72 - Common Sliders/Image Slider/style.css diff --git a/Day #72 - Common Sliders/README.md b/Day 72 - Common Sliders/README.md similarity index 100% rename from Day #72 - Common Sliders/README.md rename to Day 72 - Common Sliders/README.md diff --git a/Day #72 - Common Sliders/screenshot-1.jpg b/Day 72 - Common Sliders/screenshot-1.jpg similarity index 100% rename from Day #72 - Common Sliders/screenshot-1.jpg rename to Day 72 - Common Sliders/screenshot-1.jpg diff --git a/Day #72 - Common Sliders/screenshot-2.jpg b/Day 72 - Common Sliders/screenshot-2.jpg similarity index 100% rename from Day #72 - Common Sliders/screenshot-2.jpg rename to Day 72 - Common Sliders/screenshot-2.jpg diff --git a/Day #72 - Common Sliders/screenshot-3.jpg b/Day 72 - Common Sliders/screenshot-3.jpg similarity index 100% rename from Day #72 - Common Sliders/screenshot-3.jpg rename to Day 72 - Common Sliders/screenshot-3.jpg diff --git a/Day #73 - Gameboy Tetris Clone/README.md b/Day 73 - Gameboy Tetris Clone/README.md similarity index 100% rename from Day #73 - Gameboy Tetris Clone/README.md rename to Day 73 - Gameboy Tetris Clone/README.md diff --git a/Day #73 - Gameboy Tetris Clone/index.html b/Day 73 - Gameboy Tetris Clone/index.html similarity index 100% rename from Day #73 - Gameboy Tetris Clone/index.html rename to Day 73 - Gameboy Tetris Clone/index.html diff --git a/Day #73 - Gameboy Tetris Clone/pieces.js b/Day 73 - Gameboy Tetris Clone/pieces.js similarity index 100% rename from Day #73 - Gameboy Tetris Clone/pieces.js rename to Day 73 - Gameboy Tetris Clone/pieces.js diff --git a/Day #73 - Gameboy Tetris Clone/screenshot.jpg b/Day 73 - Gameboy Tetris Clone/screenshot.jpg similarity index 100% rename from Day #73 - Gameboy Tetris Clone/screenshot.jpg rename to Day 73 - Gameboy Tetris Clone/screenshot.jpg diff --git a/Day #73 - Gameboy Tetris Clone/script.js b/Day 73 - Gameboy Tetris Clone/script.js similarity index 100% rename from Day #73 - Gameboy Tetris Clone/script.js rename to Day 73 - Gameboy Tetris Clone/script.js diff --git a/Day #73 - Gameboy Tetris Clone/style.css b/Day 73 - Gameboy Tetris Clone/style.css similarity index 100% rename from Day #73 - Gameboy Tetris Clone/style.css rename to Day 73 - Gameboy Tetris Clone/style.css diff --git a/Day #74 - Flashcard App/README.md b/Day 74 - Flashcard App/README.md similarity index 100% rename from Day #74 - Flashcard App/README.md rename to Day 74 - Flashcard App/README.md diff --git a/Day #74 - Flashcard App/index.html b/Day 74 - Flashcard App/index.html similarity index 100% rename from Day #74 - Flashcard App/index.html rename to Day 74 - Flashcard App/index.html diff --git a/Day #74 - Flashcard App/screenshot.png b/Day 74 - Flashcard App/screenshot.png similarity index 100% rename from Day #74 - Flashcard App/screenshot.png rename to Day 74 - Flashcard App/screenshot.png diff --git a/Day #74 - Flashcard App/script.js b/Day 74 - Flashcard App/script.js similarity index 100% rename from Day #74 - Flashcard App/script.js rename to Day 74 - Flashcard App/script.js diff --git a/Day #74 - Flashcard App/style.css b/Day 74 - Flashcard App/style.css similarity index 100% rename from Day #74 - Flashcard App/style.css rename to Day 74 - Flashcard App/style.css diff --git a/Day #75 - Mini Music Player/README.md b/Day 75 - Mini Music Player/README.md similarity index 100% rename from Day #75 - Mini Music Player/README.md rename to Day 75 - Mini Music Player/README.md diff --git a/Day #75 - Mini Music Player/assets/1.jpg b/Day 75 - Mini Music Player/assets/1.jpg similarity index 100% rename from Day #75 - Mini Music Player/assets/1.jpg rename to Day 75 - Mini Music Player/assets/1.jpg diff --git a/Day #75 - Mini Music Player/assets/1.mp3 b/Day 75 - Mini Music Player/assets/1.mp3 similarity index 100% rename from Day #75 - Mini Music Player/assets/1.mp3 rename to Day 75 - Mini Music Player/assets/1.mp3 diff --git a/Day #75 - Mini Music Player/assets/2.jpg b/Day 75 - Mini Music Player/assets/2.jpg similarity index 100% rename from Day #75 - Mini Music Player/assets/2.jpg rename to Day 75 - Mini Music Player/assets/2.jpg diff --git a/Day #75 - Mini Music Player/assets/2.mp3 b/Day 75 - Mini Music Player/assets/2.mp3 similarity index 100% rename from Day #75 - Mini Music Player/assets/2.mp3 rename to Day 75 - Mini Music Player/assets/2.mp3 diff --git a/Day #75 - Mini Music Player/assets/3.jpg b/Day 75 - Mini Music Player/assets/3.jpg similarity index 100% rename from Day #75 - Mini Music Player/assets/3.jpg rename to Day 75 - Mini Music Player/assets/3.jpg diff --git a/Day #75 - Mini Music Player/assets/3.mp3 b/Day 75 - Mini Music Player/assets/3.mp3 similarity index 100% rename from Day #75 - Mini Music Player/assets/3.mp3 rename to Day 75 - Mini Music Player/assets/3.mp3 diff --git a/Day #75 - Mini Music Player/index.html b/Day 75 - Mini Music Player/index.html similarity index 100% rename from Day #75 - Mini Music Player/index.html rename to Day 75 - Mini Music Player/index.html diff --git a/Day #75 - Mini Music Player/screenshot.jpg b/Day 75 - Mini Music Player/screenshot.jpg similarity index 100% rename from Day #75 - Mini Music Player/screenshot.jpg rename to Day 75 - Mini Music Player/screenshot.jpg diff --git a/Day #75 - Mini Music Player/script.js b/Day 75 - Mini Music Player/script.js similarity index 100% rename from Day #75 - Mini Music Player/script.js rename to Day 75 - Mini Music Player/script.js diff --git a/Day #75 - Mini Music Player/style.css b/Day 75 - Mini Music Player/style.css similarity index 100% rename from Day #75 - Mini Music Player/style.css rename to Day 75 - Mini Music Player/style.css diff --git a/Day #76 - Page Translator Extension/README.md b/Day 76 - Page Translator Extension/README.md similarity index 100% rename from Day #76 - Page Translator Extension/README.md rename to Day 76 - Page Translator Extension/README.md diff --git a/Day #76 - Page Translator Extension/background.js b/Day 76 - Page Translator Extension/background.js similarity index 100% rename from Day #76 - Page Translator Extension/background.js rename to Day 76 - Page Translator Extension/background.js diff --git a/Day #76 - Page Translator Extension/icons/icon128.png b/Day 76 - Page Translator Extension/icons/icon128.png similarity index 100% rename from Day #76 - Page Translator Extension/icons/icon128.png rename to Day 76 - Page Translator Extension/icons/icon128.png diff --git a/Day #76 - Page Translator Extension/icons/icon16.png b/Day 76 - Page Translator Extension/icons/icon16.png similarity index 100% rename from Day #76 - Page Translator Extension/icons/icon16.png rename to Day 76 - Page Translator Extension/icons/icon16.png diff --git a/Day #76 - Page Translator Extension/icons/icon32.png b/Day 76 - Page Translator Extension/icons/icon32.png similarity index 100% rename from Day #76 - Page Translator Extension/icons/icon32.png rename to Day 76 - Page Translator Extension/icons/icon32.png diff --git a/Day #76 - Page Translator Extension/langs.js b/Day 76 - Page Translator Extension/langs.js similarity index 100% rename from Day #76 - Page Translator Extension/langs.js rename to Day 76 - Page Translator Extension/langs.js diff --git a/Day #76 - Page Translator Extension/manifest.json b/Day 76 - Page Translator Extension/manifest.json similarity index 100% rename from Day #76 - Page Translator Extension/manifest.json rename to Day 76 - Page Translator Extension/manifest.json diff --git a/Day #76 - Page Translator Extension/popup.css b/Day 76 - Page Translator Extension/popup.css similarity index 100% rename from Day #76 - Page Translator Extension/popup.css rename to Day 76 - Page Translator Extension/popup.css diff --git a/Day #76 - Page Translator Extension/popup.html b/Day 76 - Page Translator Extension/popup.html similarity index 100% rename from Day #76 - Page Translator Extension/popup.html rename to Day 76 - Page Translator Extension/popup.html diff --git a/Day #76 - Page Translator Extension/popup.js b/Day 76 - Page Translator Extension/popup.js similarity index 100% rename from Day #76 - Page Translator Extension/popup.js rename to Day 76 - Page Translator Extension/popup.js diff --git a/Day #76 - Page Translator Extension/screenshot.jpg b/Day 76 - Page Translator Extension/screenshot.jpg similarity index 100% rename from Day #76 - Page Translator Extension/screenshot.jpg rename to Day 76 - Page Translator Extension/screenshot.jpg diff --git a/Day #76 - Page Translator Extension/translate.js b/Day 76 - Page Translator Extension/translate.js similarity index 100% rename from Day #76 - Page Translator Extension/translate.js rename to Day 76 - Page Translator Extension/translate.js diff --git a/Day #77 - Image Detector AI/README.md b/Day 77 - Image Detector AI/README.md similarity index 100% rename from Day #77 - Image Detector AI/README.md rename to Day 77 - Image Detector AI/README.md diff --git a/Day #77 - Image Detector AI/index.html b/Day 77 - Image Detector AI/index.html similarity index 100% rename from Day #77 - Image Detector AI/index.html rename to Day 77 - Image Detector AI/index.html diff --git a/Day #77 - Image Detector AI/not-found.jpg b/Day 77 - Image Detector AI/not-found.jpg similarity index 100% rename from Day #77 - Image Detector AI/not-found.jpg rename to Day 77 - Image Detector AI/not-found.jpg diff --git a/Day #77 - Image Detector AI/screenshot.png b/Day 77 - Image Detector AI/screenshot.png similarity index 100% rename from Day #77 - Image Detector AI/screenshot.png rename to Day 77 - Image Detector AI/screenshot.png diff --git a/Day #77 - Image Detector AI/script.js b/Day 77 - Image Detector AI/script.js similarity index 100% rename from Day #77 - Image Detector AI/script.js rename to Day 77 - Image Detector AI/script.js diff --git a/Day #77 - Image Detector AI/style.css b/Day 77 - Image Detector AI/style.css similarity index 100% rename from Day #77 - Image Detector AI/style.css rename to Day 77 - Image Detector AI/style.css diff --git a/Day #78 - Google Gemini Clone/README.md b/Day 78 - Google Gemini Clone/README.md similarity index 100% rename from Day #78 - Google Gemini Clone/README.md rename to Day 78 - Google Gemini Clone/README.md diff --git a/Day #78 - Google Gemini Clone/assets/Logo.png b/Day 78 - Google Gemini Clone/assets/Logo.png similarity index 100% rename from Day #78 - Google Gemini Clone/assets/Logo.png rename to Day 78 - Google Gemini Clone/assets/Logo.png diff --git a/Day #78 - Google Gemini Clone/assets/gemini.svg b/Day 78 - Google Gemini Clone/assets/gemini.svg similarity index 100% rename from Day #78 - Google Gemini Clone/assets/gemini.svg rename to Day 78 - Google Gemini Clone/assets/gemini.svg diff --git a/Day #78 - Google Gemini Clone/assets/profile.png b/Day 78 - Google Gemini Clone/assets/profile.png similarity index 100% rename from Day #78 - Google Gemini Clone/assets/profile.png rename to Day 78 - Google Gemini Clone/assets/profile.png diff --git a/Day #78 - Google Gemini Clone/index.html b/Day 78 - Google Gemini Clone/index.html similarity index 100% rename from Day #78 - Google Gemini Clone/index.html rename to Day 78 - Google Gemini Clone/index.html diff --git a/Day #78 - Google Gemini Clone/screenshot.png b/Day 78 - Google Gemini Clone/screenshot.png similarity index 100% rename from Day #78 - Google Gemini Clone/screenshot.png rename to Day 78 - Google Gemini Clone/screenshot.png diff --git a/Day #78 - Google Gemini Clone/script.js b/Day 78 - Google Gemini Clone/script.js similarity index 100% rename from Day #78 - Google Gemini Clone/script.js rename to Day 78 - Google Gemini Clone/script.js diff --git a/Day #78 - Google Gemini Clone/style.css b/Day 78 - Google Gemini Clone/style.css similarity index 100% rename from Day #78 - Google Gemini Clone/style.css rename to Day 78 - Google Gemini Clone/style.css