Hack Frontend Community

Todo List

Easy

Create a Todo List application with full task management functionality. Requirements: ✓ List of tasks displaying all added items ✓ Input field for adding new tasks ✓ Ability to mark tasks as completed/incomplete (checkbox) ✓ Completed tasks should be green ✓ Delete button for each task ✓ Tasks should have unique IDs Additional: - Add task on Enter key press - Clear input field after adding - Validation: don't add empty tasks