Skip to content

Instantly share code, notes, and snippets.

@Kajaia
Last active April 24, 2023 14:59
Show Gist options
  • Save Kajaia/cd299290901d43861b8c637c0d1d6149 to your computer and use it in GitHub Desktop.
Save Kajaia/cd299290901d43861b8c637c0d1d6149 to your computer and use it in GitHub Desktop.
Todo App - Task
@Kajaia
Copy link
Author

Kajaia commented Apr 24, 2023

Todo App - JS

Features:

  • Input with validation;
  • Complete / uncomplete todo;
  • Edit todo;
  • Remove todo;
  • FILTER: Show only active todos;
  • FILTER: Show only completed todos;
  • Clear completed todos;
  • Work with localStorage;
  • Show todo count;
  • Use FontAwesome icons;
  • Use SweetAlert2 alerts;

Helpful links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment