Skip to content

Commit 592d83a

Browse files
authored
Merge pull request #732 from ParnaRoyChowdhury777/main
Fix: Issue#703 - Added Guess the number game
2 parents 8ec373e + 2843361 commit 592d83a

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

src/data/showcase/guessnumber.png

279 KB
Loading

src/data/users.tsx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,12 @@ const Users: User[] = [
268268
description:
269269
"A simple To-Do List App using HTML CSS JS . Add your tasks and manage them easily , mark your task as completed or incomplete ",
270270
preview: require("./showcase/todolist.png"),
271-
website: "https://50-days-50-web-project.vercel.app/TO_DO_LIST/todolist.html",
272-
source: "https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST",
273-
tags: [ "html", "css", "javascript"],
274-
},
271+
website:
272+
"https://50-days-50-web-project.vercel.app/TO_DO_LIST/todolist.html",
273+
source:
274+
"https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST",
275+
tags: ["html", "css", "javascript"],
276+
},
275277
{
276278
title: "Currency Converter",
277279
description:
@@ -281,6 +283,15 @@ const Users: User[] = [
281283
source: "https://github.com/komal-agarwal5/CoinShift-Currency-Converter",
282284
tags: ["opensource", "product", "react", "css", "javascript"],
283285
},
286+
{
287+
title: "Guess The Number Game",
288+
description:
289+
"It allows users to play the Guess The Number Game based on the choice of Easy(3 rounds), Intermediate(5 rounds) and Hard(7 rounds).",
290+
preview: require("./showcase/guessnumber.png"),
291+
website: "https://guess-me-tau.vercel.app/",
292+
source: "https://github.com/ParnaRoyChowdhury777/Guess_The_Number_Game",
293+
tags: ["opensource", "product", "html", "css", "javascript", "vanilla"],
294+
},
284295
];
285296

286297
export const TagList = Object.keys(Tags) as TagType[];

0 commit comments

Comments
 (0)