-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
base: main
Are you sure you want to change the base?
Add todo app to the list #1500
Changes from 5 commits
c09ab0b
12a84f5
c21a768
41d7a43
4e1227c
27ffb33
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -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", | ||||||||||
"label": "good-first-issue", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Most projects use |
||||||||||
"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." | ||||||||||
} | ||||||||||
|
||||||||||
] | ||||||||||
|
||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Please clean up these unneeded blank lines |
||||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean this?
Otherwise, check if your repository is private, that may be causing the issue of the link being broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I meant that