Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)