Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfrayet0855/simple-task
Simple Task is a SwiftUI application that allows users to manage their tasks efficiently. Users can create, edit, and delete tasks, set reminders, and view tasks sorted by different criteria.
https://github.com/wolfrayet0855/simple-task
action productivity todo todolist
Last synced: 11 days ago
JSON representation
Simple Task is a SwiftUI application that allows users to manage their tasks efficiently. Users can create, edit, and delete tasks, set reminders, and view tasks sorted by different criteria.
- Host: GitHub
- URL: https://github.com/wolfrayet0855/simple-task
- Owner: wolfrayet0855
- Created: 2024-09-13T18:57:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T17:57:12.000Z (12 days ago)
- Last Synced: 2025-01-19T18:19:50.506Z (12 days ago)
- Topics: action, productivity, todo, todolist
- Language: Swift
- Homepage:
- Size: 585 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Task Application
## Description
Simple Task is a SwiftUI application that allows users to manage their tasks efficiently. Users can create, edit, and delete tasks, set reminders, and view tasks sorted by different criteria.## Features
- Create and manage tasks
- Set reminders for tasks
- Sort tasks by date, alphabetical order, or completion status## Installation
1. Clone the repository:
```bash
git clone https://github.com/wolfrayet0855/Simple-Task.git
cd Simple Task
```
2. Open the project in Xcode:
```bash
open Simple Task.xcodeproj
```
3. Build and run the application in Xcode.## Usage
- Launch the application and create a new task by tapping the plus button.
- Fill in the task details, including the item name, due date, and notes.
- Set a reminder if needed and save the task.
- View your tasks in the main list, where you can mark them as completed or delete them.## License
This project is licensed under the MIT License - see the MIT License.md file for details.