Skip to content

Commit 4cce66c

Browse files
authored
Merge pull request #715 from dhairyagothi/main
Showcase : To do list App added
2 parents 4a94a00 + 1c286a3 commit 4cce66c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/todolist.png

396 KB
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 , mark your task as completed or incomplete ",
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
title: "Currency Converter",
268277
description:

0 commit comments

Comments
 (0)