@@ -268,10 +268,12 @@ const Users: User[] = [
268
268
description :
269
269
"A simple To-Do List App using HTML CSS JS . Add your tasks and manage them easily , mark your task as completed or incomplete " ,
270
270
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
+ } ,
275
277
{
276
278
title : "Currency Converter" ,
277
279
description :
@@ -281,6 +283,15 @@ const Users: User[] = [
281
283
source : "https://github.com/komal-agarwal5/CoinShift-Currency-Converter" ,
282
284
tags : [ "opensource" , "product" , "react" , "css" , "javascript" ] ,
283
285
} ,
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
+ } ,
284
295
] ;
285
296
286
297
export const TagList = Object . keys ( Tags ) as TagType [ ] ;
0 commit comments