Skip to content

KacIvan/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a classic to-do list written in pure JavaScript.


🇺🇸 Description:

This is a classic to-do list written in pure JavaScript. The following functionality is implemented:

  1. The ability to create a task with a description.
  2. The ability to mark a task as completed.
  3. The ability to delete a task from the general list.
  4. There is a check that the task is not added with an empty description.
  5. Tasks can be filtered by the categories "All", "In progress" and "Completed".
  6. As for the overall visual style, you can switch between dark and light themes.

🇷🇺 Описание:

Это классический список дел, написанный на чистом JavaScript. Реализован следующий функционал:

  1. Возможность создать задачу с описанием.
  2. Возможность отметить задачу как завершенную.
  3. Возможность удалить задачу из общего списка.
  4. Предусмотрена проверка, что задача добавляется не с пустым описанием.
  5. Задачи можно отфильтровать по категориям "Все", "В процессе" и "Завершенные".
  6. В плане общей визуальной стилистики можно переключаться между темной и светлой темами.

About

This is a classic to-do list written in pure JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors