Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mofazzal874/ios-app
https://github.com/mofazzal874/ios-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mofazzal874/ios-app
- Owner: Mofazzal874
- Created: 2024-11-20T19:31:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T04:06:21.000Z (about 2 months ago)
- Last Synced: 2024-11-21T04:24:52.709Z (about 2 months ago)
- Language: Swift
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **ID : 2007074**
# To-Do List iOS AppA simple and user-friendly To-Do List app for iOS, designed to help you organize your tasks efficiently. With this app, you can add new tasks, select them, mark them as completed, or delete them as needed.
## Features
- **Add Tasks**: Quickly add new tasks to your to-do list.
- **Select Tasks**: Tap on tasks to select them for actions.
- **Mark as Completed**: Mark tasks as done to keep track of your progress.
- **Delete Tasks**: Remove tasks when they're no longer needed.## Screenshots
### Home Screen
### Adding a Task
### Completed Tasks
### Deleting a Task
## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/mofazzal874/ios-app.git
2. Open the project in Xcode.
3. Build and run the project on the iOS Simulator or a physical device.## **Technologies Used**
- **Swift:** Programming language used for the app.
- **UIKit:** Framework for designing the user interface.
- **Auto Layout:** Ensures responsive design across devices.