diff --git a/src/data/showcase/guessnumber.png b/src/data/showcase/guessnumber.png new file mode 100644 index 000000000..1138f7996 Binary files /dev/null and b/src/data/showcase/guessnumber.png differ diff --git a/src/data/users.tsx b/src/data/users.tsx index 44d1d3827..8d4469cdf 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -268,10 +268,12 @@ const Users: User[] = [ description: "A simple To-Do List App using HTML CSS JS . Add your tasks and manage them easily , mark your task as completed or incomplete ", preview: require("./showcase/todolist.png"), - website: "https://50-days-50-web-project.vercel.app/TO_DO_LIST/todolist.html", - source: "https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST", - tags: [ "html", "css", "javascript"], - }, + website: + "https://50-days-50-web-project.vercel.app/TO_DO_LIST/todolist.html", + source: + "https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST", + tags: ["html", "css", "javascript"], + }, { title: "Currency Converter", description: @@ -281,6 +283,15 @@ const Users: User[] = [ source: "https://github.com/komal-agarwal5/CoinShift-Currency-Converter", tags: ["opensource", "product", "react", "css", "javascript"], }, + { + title: "Guess The Number Game", + description: + "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).", + preview: require("./showcase/guessnumber.png"), + website: "https://guess-me-tau.vercel.app/", + source: "https://github.com/ParnaRoyChowdhury777/Guess_The_Number_Game", + tags: ["opensource", "product", "html", "css", "javascript", "vanilla"], + }, ]; export const TagList = Object.keys(Tags) as TagType[];