Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanwed/todo-app

Simple To do App to create tasks
https://github.com/sanwed/todo-app

react tailwindcss typescript vite vitest

Last synced: about 14 hours ago
JSON representation

Simple To do App to create tasks

Awesome Lists containing this project

README

        

# Todo App
A simple todo app that helps people manage their time and create tasks to complete. The app was created as part of a test assignment for Mindbox

## How to install
Clone repository and run ```npm install```

## Functionality
- Create a task by typing its name in the appropriate input field and clicking the "Add" button
- Delete a task by clicking the close button on the right side of the task
- Check the task input to make it complete on the left side of the task
- Sort completed and uncompleted tasks by selecting the appropriate section at the bottom of the tasks
- Tasks are saved automatically. You can be sure that you will not lose all tasks after closing

## Screenshots
![image](https://github.com/user-attachments/assets/f1036c1f-5afa-44bb-adf9-3022015a4fbf)