Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nda17/todo-list-app
TODO List App
https://github.com/nda17/todo-list-app
Last synced: 4 days ago
JSON representation
TODO List App
- Host: GitHub
- URL: https://github.com/nda17/todo-list-app
- Owner: nda17
- Created: 2023-04-22T21:15:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T14:15:02.000Z (over 1 year ago)
- Last Synced: 2023-07-26T14:59:11.355Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nda17.github.io/ToDo-List-app/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# «TODO List App»
## Application functionality:
1. Requesting and receiving data from the server when loading the application (task execution status / username / user task).
2. Downloading the received information in the format: execution status / user name / task text.
3. Ability to add and remove task completion status (by toggling a checkbox).
4. Ability to add new tasks and delete current tasks.
5. When an error occurs, a modal window appears with a message to the user.## UI:
1. Header with title.
2. Dropdown list with user choice.
3. Button for adding a new task.
4. Blocks with saved current tasks.
5. Website footer.## Used:
- HTML / JavaScript.
- Tailwind.## Deployed:
[Watch here](https://nda17.github.io/ToDo-List-app/)