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

https://github.com/ryansakurai/task-list

Implementation of a task list using an ordered list and a stack, based on a Data Structures project.
https://github.com/ryansakurai/task-list

c data-structures

Last synced: 8 months ago
JSON representation

Implementation of a task list using an ordered list and a stack, based on a Data Structures project.

Awesome Lists containing this project

README

          

# Task List

Implementation of a task list using an ordered list and a stack, based on a Data Structures project. It's possible to add and remove tasks, choose a priority level for each task and undo your actions.

## Images

![adding a task](img/adding_task.png)

---

![removing a task](img/removing_task.png)

---

![undoing an action](img/undoing.png)

## Authors
- [Guilherme Bortoletto](https://github.com/guilherme-bortoletto)
- [Ryan Sakurai](https://github.com/ryansakurai)
- [Vinicius Castro](https://github.com/vinciuscastro)

*(Computer Science students at UFSCar - Federal University of São Carlos)*