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.
- Host: GitHub
- URL: https://github.com/ryansakurai/task-list
- Owner: ryansakurai
- License: mit
- Created: 2022-07-10T20:18:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T02:36:47.000Z (over 2 years ago)
- Last Synced: 2025-03-21T08:32:28.530Z (about 1 year ago)
- Topics: c, data-structures
- Language: C
- Homepage:
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

---

---

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