From a77223ba0c83aa718f7424909b802ecf7667a529 Mon Sep 17 00:00:00 2001 From: Chirag Date: Sun, 10 Dec 2023 13:30:07 +0530 Subject: [PATCH 1/2] README.md updated Signed-off-by: Chirag --- .../index.html | 0 .../readme.md | 0 .../script.js | 0 .../style.css | 0 README.md | 46 +++++++++++-------- Word Scramble/style.css | 0 6 files changed, 27 insertions(+), 19 deletions(-) rename {JavaScript Hangman Game project => Hangman Game project}/index.html (100%) rename {JavaScript Hangman Game project => Hangman Game project}/readme.md (100%) rename {JavaScript Hangman Game project => Hangman Game project}/script.js (100%) rename {JavaScript Hangman Game project => Hangman Game project}/style.css (100%) create mode 100644 Word Scramble/style.css diff --git a/JavaScript Hangman Game project/index.html b/Hangman Game project/index.html similarity index 100% rename from JavaScript Hangman Game project/index.html rename to Hangman Game project/index.html diff --git a/JavaScript Hangman Game project/readme.md b/Hangman Game project/readme.md similarity index 100% rename from JavaScript Hangman Game project/readme.md rename to Hangman Game project/readme.md diff --git a/JavaScript Hangman Game project/script.js b/Hangman Game project/script.js similarity index 100% rename from JavaScript Hangman Game project/script.js rename to Hangman Game project/script.js diff --git a/JavaScript Hangman Game project/style.css b/Hangman Game project/style.css similarity index 100% rename from JavaScript Hangman Game project/style.css rename to Hangman Game project/style.css diff --git a/README.md b/README.md index 5f55118..9152608 100644 --- a/README.md +++ b/README.md @@ -4,33 +4,41 @@

🤩List of projects:

+- Age Calculator +- Analog Clock +- Background Color Changer +- BLog Website +- BMI - Calculator -- Guess my number +- Dice Game - Drum Kit -- To-Do -- Temperature Converter -- BMI -- Happy Birthday Wisher -- Micro Code Editor in the Browser +- Dynamic JS Quiz +- Dynamic Online Resume - E-Commerce Website -- Stopwatch -- Simon Game +- Expense tracker +- Guess my number +- Hangman Game +- Happy Birthday Wisher +- Image Background Remover - Javascript Projects Main Website +- Micro Code Editor in the Browser +- Music Player +- Note Taking Application +- Palindrome Checker +- Password Generator +- QR Code Generator - Quotes Generator - Rock Paper Scissors -- URL Shortener -- Music Plyer -- Analog Clock -- QR Code Generator +- Simon Game +- Skycast (weather app) +- Stopwatch +- Temperature Converter +- Text-to-Speech - Tic Tac Toe +- To-Do +- URL Shortener - Weather Appliation -- Dynamic JS Quiz -- Galaxy Generator -- Hangman Game -- Skycast (weather app) -- Background Color Changer -- BLog Website -- Expense tracker +- Word Scramble

🍰 Contribution Guidelines:

diff --git a/Word Scramble/style.css b/Word Scramble/style.css new file mode 100644 index 0000000..e69de29 From 1b60e3e99e8b926dfdd982b51b7f3e48cda68e8b Mon Sep 17 00:00:00 2001 From: Chirag Date: Wed, 13 Dec 2023 17:21:15 +0530 Subject: [PATCH 2/2] Updated readme file Signed-off-by: Chirag --- README.md | 2 +- script.js | 38 +++++++++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9152608..911f598 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - Dynamic Online Resume - E-Commerce Website - Expense tracker -- Guess my number +- Guess My Number - Hangman Game - Happy Birthday Wisher - Image Background Remover diff --git a/script.js b/script.js index 3b25a82..006fb90 100644 --- a/script.js +++ b/script.js @@ -234,7 +234,43 @@ const projects = [ "Word scramble game made using HTML, CSS and JS", link: "./Word Scramble/index.html", image: "https://dictionary.cambridge.org/external/images/wordscramble-og-image.png" - } + }, + { + title: "Background Color Changer", + discription: + "This application is a very simple implementation of javascript. We can change the background colors using this.", + link: "./BackgroundColorChanger/index.html", + image: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS1n2RNoTcdhE-FsqbbSdgdgqPbPofAOxGlcA&usqp=CAU" + }, + { + title: "Blog Website", + discription: + "A simple blog website made using HTML, CSS and Javascript", + link: "./Blog Website/index.html", + image: "https://static.wixstatic.com/media/0e0314_856bdf8b5611413aad5e1f2559656d2f~mv2.png/v1/fill/w_640,h_370,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/0e0314_856bdf8b5611413aad5e1f2559656d2f~mv2.png" + }, + { + title: "Dice Game", + discription: + "Want to settle bets with your friends? Use this game to decide who wins by rolling the dice", + link: "./Dice-game/dicee.html", + image: "https://cdn.shopify.com/s/files/1/0057/6408/7896/files/of-games-random.jpg?v=1584024761" + }, + { + title: "Rock Paper Scissors", + discription: + "A classic game now turned into a javascript project. Play rock-paper-scissors and experience the nostalgia", + link: "./Rock Paper Scissor/index.html", + image: "https://files.realpython.com/media/Rock-Paper-Scissors-Make-Your-First-Python-Game_Watermarked.107e6ff4060c.jpg" + }, + + { + title: "Skycast Weather App", + discription: + "A weather application built using HTML, CSS and JavaScript", + link: "./Skycast (weather app)/index.html", + image: "https://static.toiimg.com/thumb/msid-92058071,width-1280,height-720,resizemode-4/92058071.jpg" + }, ]; const cards = document.getElementsByClassName("cards");