Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanwed/todo-app
- Owner: Sanwed
- Created: 2024-10-11T19:51:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-26T19:38:34.000Z (24 days ago)
- Last Synced: 2024-10-26T21:42:38.837Z (24 days ago)
- Topics: react, tailwindcss, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://sanwed.github.io/todo-app/
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)