negrahodzic / react-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-do app

You are required to build a "Todo List" application using React. The application should allow users to add, edit, and delete tasks and subtasks. Every task can contain subtasks and every subtask can contain its own subtasks...(this feature should allow creating an infinite subtasks structure). The application should also have a feature to mark a task or a subtask as completed. When a task is marked as completed, it should move to the Completed tasks list. When all subtasks are marked as completed, their parent should automatically change its status to Completed.

Live Demo: https://react-todo-app-negra.netlify.app

Github: https://github.com/negrahodzic/react-todo-app

About


Languages

Language:TypeScript 70.7%Language:CSS 25.8%Language:HTML 3.5%