Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohsinaliayub/tasky
An iOS app that lets you create scheduled tasks with priority.
https://github.com/mohsinaliayub/tasky
Last synced: 6 days ago
JSON representation
An iOS app that lets you create scheduled tasks with priority.
- Host: GitHub
- URL: https://github.com/mohsinaliayub/tasky
- Owner: mohsinaliayub
- Created: 2024-05-16T12:29:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:22:37.000Z (4 months ago)
- Last Synced: 2024-11-19T17:57:07.505Z (2 months ago)
- Language: Swift
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasky
An iOS app that lets you create scheduled tasks with a priority.
## Description
Tasky is an iOS app to assist you in your day-to-day life.You can create tasks with a deadline, or set them to repeat everyday. You can specify a category to group the tasks,
and set a priority (low, medium, high).The app will send you a notification, if you opt for it.
The app is developed using SwiftUI framework.
## Progress
The app is in its early phases of development. But you can catch-up on the progress here:
- [x] Create models for Todo items.
- [x] Create a view to pick **Due date** and **Reminder time** for a todo item.
- [x] Create reusable component for **CollapsableContainer**.
- [ ] Modify the todo item.
- [ ] Create new todo item.
- [ ] Show Tasks in **Ongoing** and **Completed** sections.
- [ ] Persist the tasks with **SwiftData**.
- [ ] Finish the MVP.
- [ ] Add a bit of flair to UI with animations and colors.
- [ ] Sync data across multiple iOS devices.