Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag <[email protected]>
  • Loading branch information
Cgarg9 committed Dec 13, 2023
1 parent 6f2eda4 commit 1b60e3e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 37 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1b60e3e

Please sign in to comment.