Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.