Skip to content

Commit 3017a38

Browse files
committed
Showcase : To do list App added
1 parent 55a4e90 commit 3017a38

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/todolist.png

1.52 MB
Loading

src/data/users.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,15 @@ const Users: User[] = [
263263
source: "https://github.com/ParnaRoyChowdhury777/Age-Calculator",
264264
tags: ["opensource", "product", "react", "css", "javascript"],
265265
},
266+
{
267+
title: "To Do List App",
268+
description:
269+
"A simple To-Do List App using HTML CSS JS . Add your tasks and manage them easily. ",
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+
},
266275
];
267276

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

0 commit comments

Comments
 (0)