https://github.com/condef5/todo-space
ToDo List App 🕛
https://github.com/condef5/todo-space
Last synced: 7 months ago
JSON representation
ToDo List App 🕛
- Host: GitHub
- URL: https://github.com/condef5/todo-space
- Owner: condef5
- Created: 2019-05-16T17:28:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T00:57:23.000Z (about 7 years ago)
- Last Synced: 2025-10-12T00:18:52.923Z (8 months ago)
- Language: JavaScript
- Homepage: https://condef5.github.io/todo-space/
- Size: 205 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Basics Extended Project
## Group members
- Tech lead: Frank Condezo
- Member 1: Jonathan Mendoza
- Member 2: Paulo Tijero
- Member 3: Angie Gonzales
- Member 4: Carlos Ayala
## Features
- Users can add a task and the due date for the task.
- Users can see the list of tasks.
- Users can mark a task as complete.
- Users can sort the list of tasks in ascending and descending alphabetical order, by due date, by creation date, and as optional by priority first.
- Users can mark a task as a priority task.
## Proposed Design


## Edition and Deletion of tasks
To **delete** task, click over the *Trashcan icon*.
To **edit** a task, click over the *Pencil icon*, after that, the user can edit the fields *Description* and *Due Date*, to **Save** the changes, the user have to click **twice** over the *Save icon*