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 4052ea0..17959c6 100644
--- a/README.md
+++ b/README.md
@@ -4,33 +4,40 @@
🤩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
- Snake Game
diff --git a/script.js b/script.js
index 7fdc7f8..85065b8 100644
--- a/script.js
+++ b/script.js
@@ -248,8 +248,43 @@ const projects = [
"Sudoku Game game made using HTML, CSS and JS",
link: "./Sudoku Game/index.html",
image: "./Sudoku Game/bozhin-karaivanov-yqcWOAHH1Rs-unsplash.jpg"
- }
-
+ },
+ {
+ 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");