Open Issues Need Help
View All on GitHub [2Pt] Filter & Search Todos : Filtering about 1 month ago
AI Summary: Implement a search bar and filter options (by status and due date) for a React Todo app. The search and filtering should update the displayed todos in real-time.
Complexity:
3/5
good first issue
[1Pt] Add Dark Mode Support: Theme about 1 month ago
AI Summary: Implement a dark mode toggle for a React Todo app, ensuring all components update their colors accordingly and user preferences are saved using localStorage.
Complexity:
3/5
good first issue
[3Pt] Todo CRUD with Local Storage: CRUD about 1 month ago
AI Summary: Implement Create, Read, Update, and Delete (CRUD) functionality for a todo list, persisting data in the browser's local storage to maintain persistence across page reloads. This involves integrating local storage mechanisms with existing React components to manage todo items.
Complexity:
3/5
good first issue