Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add todo app to the list #1500

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,15 @@
"JavaScript"
],
"description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package"
}
},
{
"name": "Todo List App",
"link": "https://github.com/pixelledbot/todo-list-app",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"link": "https://github.com/pixelledbot/todo-list-app",
"link": "https://github.com/pixelledbot/to-do-list",

Did you mean this?

Otherwise, check if your repository is private, that may be causing the issue of the link being broken.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I meant that

"label": "good-first-issue",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"label": "good-first-issue",
"label": "good first issue",

Most projects use good first issue without the dashes. If that is the case with this entry, please commit this suggested change.

"technologies": ["JavaScript"],
"description": "A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage."
}

]

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
]
]

Please clean up these unneeded blank lines

}