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

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 🕛

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

![Mockup for desktop](./img/mockup_desktop.png)
![Mockup for Mobile](./img/mockup_mobile.png)

## 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*