This project is created using Create React App and TailwindCSS, coded with TypeScript.
Basically it's simple Todo app with implemented input to add a new task, submit button. In the task list every task has it's own checkbox and a delete button. At the bottom of the task list follows the remaining task amount. When all tasks are finished and deleted from the list, notification pops up notifying about no todos left.