Application Name: GoldenList

GoldenList is an iOS application written in Swift that serves as a task management tool. It allows users to create a list of tasks, mark them as completed, and track their progress. The application is built using the SwiftUI framework and follows the MVVM design pattern. UserDefaults is utilized for data storage, and version control is managed using Git.

Features

The GoldenList application offers the following features:

  • Task List: Users can create and delete tasks.
  • Task Completion: Users can mark tasks as completed, helping them keep track of their progress.
  • Persistent Storage: The application uses UserDefaults to store task data locally on the device.
  • User Interface: The SwiftUI framework is employed to create an intuitive and responsive user interface.

Technologies and Tools

GoldenList leverages the following technologies and tools:

SwiftUI: The primary framework for building the user interface, enabling the creation of dynamic and interactive elements.

MVVM (Model-View-ViewModel): Utilized as the architectural pattern, promoting separation of concerns and maintainability.

UserDefaults: Used for local data storage, ensuring tasks persist across app launches.

Git: Version control system to track changes and collaborate on the codebase.

How to Run the Application

To run the GoldenList application, follow these steps:

  1. Clone the GoldenList repository to your local machine.
  git clone https://github.com/saladaczia/GoldenList.git
  1. Navigate to the cloned repository directory using the terminal.
  cd <path-to-directory>
  1. Open the GoldenList.xcodeproj project file in Xcode.
  2. Build and run the application on a simulator or a connected device.

Summary

GoldenList is a task management application built with SwiftUI and the MVVM design pattern. It allows users to create, delete, and complete tasks while utilizing UserDefaults for data persistence. With its intuitive interface, GoldenList makes organizing and tracking tasks a breeze.

Screenshots

Simulator Screen Shot - iPhone 14 Pro - 2023-08-07 at 10 18 34

Simulator Screen Shot - iPhone 14 Pro - 2023-08-07 at 10 18 41

Simulator Screen Shot - iPhone 14 Pro - 2023-08-07 at 10 19 32