Skip to content

Commit

Permalink
Merge pull request #127 from Cgarg9/updateREADME
Browse files Browse the repository at this point in the history
Update readme and js file
  • Loading branch information
shrey141102 authored Dec 15, 2023
2 parents 18e1f3c + 72c564c commit ee3ffcc
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
45 changes: 26 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,40 @@

<h2>🤩List of projects:</h2>

- 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

Expand Down
39 changes: 37 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ee3ffcc

Please sign in to comment.